System Administration Guide, Volume 1

Examples--Setting the Locale Using the LANG Variables

The following examples show how to set the locale using the LANG environment variables. In a C-shell user initialization file, you would add the following:


setenv LANG DE

In a Bourne- or Korn-shell user initialization file, you would add the following:


LANG=DE; export LANG