You can change the NLS environment using the Web-based System Manager Users application or the Manage Language Environment SMIT interface to:
You can also use the setmaps command to set the code set map of a terminal.
For additional explanation, see National Language Support Overview in the AIX Version 4.3 System Management Concepts: Operating System and Devices.
To designate the default locale, which is a language-territory-code-set combination, set the LANG environment variable (the "LANG = <name>" string in the /etc/environment file). The default locale provides formats for default collation, character classification, case conversion, numeric and monetary formatting, date-and-time formatting, and affirmative or negative responses. The default locale includes reference to the code set.
If a special locale is desired (that is, a locale different from any of those provided), take the following steps with a user ID that allows read or write permissions (for example, root):
cd /usr/lib/nls/loc cp en_GB.ISO8859-1.src gwm.src
vi gwm.src change d_fmt "%d%m%y" to d_fmt "%m-%d-%y"
localedef -f ISO8859-1 -i gwm.src gwm
LOCPATH=/usr/lib/nls/loc; export LOCPATH
Note: All setuid and setgid programs ignore the LOCPATH environment variable.
export LC_TIME=gwm