Home | Previous Page | Next Page   GLS Environment Variables > GLS-Related Environment Variables >

CLIENT_LOCALE

The CLIENT_LOCALE environment variable specifies the client locale, which the client application uses in read and write operations, end-user formats, and processing ESQL statements. See also The Client Locale.

Read syntax diagramSkip visual syntax diagram>>-CLIENT_LOCALE--Language--_--territory--.--code_set--+-----------+-><
                                                       '-@modifier-'
 
Element
Description
code_set
Name of the code set that the locale supports
language
Two-character name that represents the language for a specific locale
modifier
Optional locale modifier that has a maximum of four alphanumeric characters.
territory
Two-character name that represents the cultural conventions. For example, territory might specify the Swiss version of the French, German, or Italian language.

The modifier specification modifies the cultural-convention settings that the language and territory settings imply. The modifier usually indicates a special localized collating order that the locale supports.

An example nondefault client locale for a French-Canadian locale follows:

CLIENT_LOCALE fr_ca.8859-1
UNIX Only

You can use the glfiles utility to generate a list of the GLS locales that are available on your UNIX system. For more information, see The glfiles Utility (UNIX).

End of UNIX Only

If you do not set CLIENT_LOCALE, the client application uses the default locale, U.S. English, as the client locale.

Windows Only

Changes to CLIENT_LOCALE also enter in the Windows registry database under HKEY_LOCAL_MACHINE.

End of Windows Only
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]