LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Manjaro (https://www.linuxquestions.org/questions/manjaro-119/)
-   -   How to set the locale (https://www.linuxquestions.org/questions/manjaro-119/how-to-set-the-locale-4175726342/)

Xeratul 06-26-2023 03:22 AM

How to set the locale
 
Hello,

I would like to see the locale. how to do this? local-gen?

I did grab the base with:

Code:

pacstrap -i  . base dhcpcd gcc make subversion openssh ncurses vim wget ncftp
(after installation of arch-install-scripts)

The goal is to achieve this kind of locale:

Code:

LANG=
LANGUAGE=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=C.UTF8


teckk 06-26-2023 08:41 AM

Start reading the wiki.
https://wiki.archlinux.org/title/Locale
https://wiki.archlinux.org/title/Localization

frankbell 06-26-2023 08:12 PM

If you're using BSD, as you sidebar suggests, you might check the FreeBSD handbook.

Xeratul 07-03-2023 02:37 AM

Would you have more infos ?


All times are GMT -5. The time now is 08:11 PM.