Localization
Mora than changing the language I'm interested in set Slackware to UTF-8 codeset.To modify globally the locale variables it is needed to edit the file /etc/profile.d/lang.sh and change the values of the variables set there. I will use:
export LANG=en_GB.UTF-8
This codeset already considers LC_COLLATE=C. Although it is should not be necessary set it, by default it set in the script and I did not comment it.
To configure the locale for only a user, the same sentence have to be added to the file ~/.profile.
During the installation process is also possible to set the console to use unicode, there is an option during the lilo configuration that allows this. This is not the case when you use elilo.
The only problem with using en_GB is, of course, the currency. So I also set the variable LC_MONETARY with an euro locale:
export LC_MONETARY=nl_NL.UTF-8
I'm not sure about the metrics.
In KDE it is abailable the translation to British English and other common languages without installing any KDEi package (I did not install anyone).
___
Source: http://docs.slackware.com/slackware:localization
The only problem with using en_GB is, of course, the currency. So I also set the variable LC_MONETARY with an euro locale:
export LC_MONETARY=nl_NL.UTF-8
I'm not sure about the metrics.
In KDE it is abailable the translation to British English and other common languages without installing any KDEi package (I did not install anyone).
___
Source: http://docs.slackware.com/slackware:localization
No comments:
Post a Comment