Locale$

 

Purpose:

Returns information about the country settings, for example currency, decimals, separators, language and country code. The code for the appropriate country is entered in the second parameter, if no second parameter is used the default country settings will be used.

Parameter:

Number         Index of Locale Entry

http://msdn.microsoft.com/en-us/library/bb507201.aspx

String             (optional) Country code/ISO Code of country, whose format is to be used. Format: <ISO639>-<ISO3166> e.g. de-de or en-us.

http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx

Return value:

String

Example:

Locale$(42,"en-us")             Result: "Monday"