getFullName |
Returns the full name of the locale. Refer to Locales for more information on the supported locales.
Syntax
localeObject.getFullName()
Parameters
NA
Return Value
Returns the full name of the locale
Example
The following example displays how this method is used.
importType("wcp.library.util.LocaleFormat"); importType("wcp.library.util.Locale"); var localeObject = new Locale(sLocale, element); localeObject.getFullName();