GetLocaleInfo()

returns info to a specific Locale

Introduced: 5.0.0.0

GetLocaleInfo( locale=locale, dspLocale=locale );

Returns: Struct

Argument Description
locale
locale, optional

Locale provides the country

dspLocale
locale, optional

Locale used to format the country.

The default is the locale defined for the request.

Examples

dump(GetLocaleInfo());

See also