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
- Date and time
- Internationalization
- GetLocale()
- SetLocale()
- locale.info()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)