GetLocale

Use this function to retrieve the current locale setting active within the system.

A "locale" identifies regional or language specific settings that are used to generate certain values such as currency formatting, calendar month names, and date and time formats.

Syntax

GetLocale ( )

This function does not require any parameters.

The return value is the locale value as a text string. For a list of possible values, see Locales list.

Example

currentLocale = GetLocale();

See Also