LocaleInfo$

Purpose:

Returns various locale values for a country via the Windows API function 'GetLocaleInfo'. See documentation for the possible return values. A list of possible return values can be found in the Knowledgebase.

Parameter:

String          Country code/ISO code of the desired country, e.g. 'en-US' or 'US'.

Number       Desired return value.

Return value:

String

Example:

LocaleInfo$("en-US",6)        Result: "United States"