System Administration Guide: Basic Administration

Examples—Setting the Locale Using the LANG Variables

The following examples show how to set the locale by 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