Navigation |
How to set the $LANG and $LC_ALL properlyHow to view the current locale setting# localeHow to change the locale setting
To change the current locale setting, first confirm that the desired locale is # locale -a en_US en_UK fr_FR CIf the desired locale is not in the list, you will need to install the Note: To set a default locale for a user's environment, set the LANG or LC_* How to change the locale by setting the system default localeLANG=CNote: The system must be rebooted after making changes to the /etc/default/init file in order for the changes to take effect. How to verify the locale settingAfter setting or changing the locale, verify that the locale is set correctly: Check if the locale is set correctly by running the locale command without any # locale
|