locale.displayName()
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.
locale.displayName( dspLocale=locale )
Returns: String
Argument | Description |
---|---|
dspLocale
locale,
optional
|
The locale in which to return the name. The default is the locale defined for the request. Alias: inLocale |