[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.3 Setting the Locale through Environment Variables
As a user, if your language has been installed for this package, in the
simplest case, you only have to set the LANG
environment variable
to the appropriate ‘ll_CC’ combination. For example,
let’s suppose that you speak German and live in Germany. At the shell
prompt, merely execute
‘setenv LANG de_DE’ (in csh
),
‘export LANG; LANG=de_DE’ (in sh
) or
‘export LANG=de_DE’ (in bash
). This can be done from your
‘.login’ or ‘.profile’ file, once and for all.
2.3.1 Locale Names | How a Locale Specification Looks Like | |
2.3.2 Locale Environment Variables | Which Environment Variable Specfies What | |
2.3.3 Specifying a Priority List of Languages | How to Specify a Priority List of Languages |
This document was generated on June 7, 2014 using texi2html 5.0.