rane 06/01/02 13:40:18
Modified: xml/htdocs/doc/en guide-localization.xml
Log:
adding information about using multiple keyboard layouts (#48820), information about deadkeys, environment updates, international keyboards (#113885) and fixing configuration file for consolefont location to conf.d/consolefont along with init.d/consolefont usage explanation
Revision Changes Path
1.35 +92 -5 xml/htdocs/doc/en/guide-localization.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo
Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- guide-localization.xml 25 Nov 2005 20:43:33 -0000 1.34
+++ guide-localization.xml 2 Jan 2006 13:40:18 -0000 1.35
@@ -1,5 +1,5 @@
-
+
+Once you have set the right locale, be sure to update your environment +variables to make your system aware of the change: +
+ ++# env-update && source /etc/profile ++ +
+After this, you will need to kill your X server by pressing
+
+Now, verify that the changes have taken effect: +
+ ++$ env | grep -i LC_ ++ +
There is also additional localisation variable called LINGUAS, which affects to localisation files that get installed in gettext-based programs, and decides used localisation for some specific software packages, such as @@ -256,6 +278,19 @@ # export LANG="en_US.ISO-8859-15" +
+Be sure to update the environment after the change: +
+ ++# env-update && source /etc/profile ++ +
+After this, you will need to kill your X server by pressing
+