GetLocaleDisplayName()
Gets a locale value and displays the name in a manner that is appropriate to a specific locale. By default, gets the current locale in the current locale's language.
GetLocaleDisplayName( locale=locale, dspLocale=locale );
Returns: String
Examples
writeDump(getLocaleDisplayName());
See also
- Internationalization
- locale.displayName()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)