Environment variables used during localization

Open Clientuses environment variables to determine which locale name to look for in locales.dat. Open Client always search for the following environment variables:

When setting up custom localization values, Open Client may also search for one or more of the environment variables shown in Table C-1.

Table C-1: Environment variables used for localization

Environment variable

Description

Used during

LC_ALL

Language, character set, and collating sequence to use for messages, datatype conversions, and sorting.

Initial localization, custom localization

LANG

Language, character set, and collating sequence to use for messages, datatype conversions, and sorting.

Open Client products search for LANG if they cannot find LC_ALL.

Initial localization

LC_COLLATE

Collating sequence (sort order) to use when sorting and comparing character data.

Custom localization

LC_CTYPE

Character set to use for datatype conversions.

Custom localization

LC_MESSAGE

Language to use for messages.

Custom localization

LC_TIME

Date and time data representation to use for a datetime string, such as date and time formats, names in the native language, and month and day abbreviations.

Custom localization

See the Open Client and Open Server International Developer’s Guide for more information about what environment variables an application uses during custom localization.

Before running a localized application: