Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.49 diff -u -3 -p -r1.49 guide-localization.xml --- guide-localization.xml 10 Oct 2008 16:03:49 -0000 1.49 +++ guide-localization.xml 29 Nov 2008 16:32:36 -0000 @@ -137,11 +137,18 @@ take one name of a locale in ab_CDExplanation - LANG + LANGUAGE - Defines all locale settings at once, while allowing further individual - customization via the LC_* settings below. + A varible which could contain a colon separated list of locale names. All + other varibles below can only take one locale name. + + + LC_ALL + + A special variable for overriding all the individual settings below. + + LC_COLLATE @@ -186,9 +193,10 @@ take one name of a locale in ab_CDDefines default paper size. - LC_ALL + LANG - A special variable for overriding all other settings. + Defines all locale settings at once, any individual unset LC_* settings will + use this value. @@ -210,8 +218,8 @@ Most typically users only set the LANG v

-LANG="de_DE.utf8@euro"
 LC_COLLATE="C"
+LANG="de_DE.utf8@euro"
 
@@ -227,8 +235,8 @@ file:

-export LANG="de_DE.utf8@euro"
 export LC_COLLATE="C"
+export LANG="de_DE.utf8@euro"