CLIENT_LOCALE environment variable

To use the translated user interface files, the CLIENT_LOCALE environment variable must point to the appropriate value.

To set the CLIENT_LOCALE environment variable, replace <code set-hex> with the appropriate code set used by your system:
C-Shell
setenv CLIENT_LOCALE <lang>_<country>.<code set-hex>
Bourne-Shell
CLIENT_LOCALE =<lang>_<country>.<code set-hex>
export CLIENT_LOCALE
To unset the CLIENT_LOCALE environment variable, enter the following command:
C-Shell
unsetenv CLIENT_LOCALE
Bourne-Shell
unset CLIENT_LOCALE