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