|
|
(12 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
− | {{Lowercase title}}
| + | #REDIRECT [[Locale#Setting system-wide locale]] |
− | [[Category: About Arch (English)]] | |
− | [[Category: Boot process (English)]]
| |
− | {{i18n|locale.conf}}
| |
− | {{Article summary start}}
| |
− | {{Article summary text|Details the locale configuration file.}}
| |
− | {{Article summary heading|Related}}
| |
− | {{Article summary wiki|Arch Boot Process}}
| |
− | {{Article summary end}}
| |
− | | |
− | {{ic|/etc/locale.conf}} is the system configuration file for locale settings. Its {{ic|LANG}} variable takes precedence over the {{ic|LOCALE}} variable from {{ic|[[rc.conf|/etc/rc.conf]]}}. If {{ic|DAEMON_LOCALE}} is set in {{ic|rc.conf}}, then the settings in {{ic|locale.conf}} applies to daemons as well as login shells, otherwise it only applies to login shells.
| |
− | | |
− | ==Overview==
| |
− | | |
− | {{ic|/etc/locale.conf}} contains a new-line separated list of environment variable assignments. It supports {{ic|LANG}} as well as all the {{ic|LC_*}} variables, with the exception of {{ic|LC_ALL}}. The format is shared with [[systemd]].
| |
− | | |
− | The following is a sample file
| |
− | | |
− | {{hc|/etc/locale.conf
| |
− | |2=<nowiki>LANG=de_DE.UTF-8
| |
− | LC_MESSAGES=C
| |
− | </nowiki>}}
| |