GetLocaleInfo()

edit

returns info to a specific Locale

Introduced: 5.0.0.0

GetLocaleInfo( locale=locale, dspLocale=locale );

Returns: Struct

Argument Description
locale
locale, optional
edit

Locale provides the country

dspLocale
locale, optional
edit

Locale used to format the country.

The default is the locale defined for the request.

Examples

edit
dump(GetLocaleInfo());

See also