LocaleCategory

Enum for locale categories. These locale categories are used to get/set the default locale for the specific functionality represented by the category.

@see #getDefault(LocaleCategory) @see #setDefault(LocaleCategory, Locale)

Constructors

this
this(string languageKey, string scriptKey, string countryKey, string variantKey, string extensionsKey)
Undocumented in source.

Members

Variables

DISPLAY
enum LocaleCategory DISPLAY;

Category used to represent the default locale for displaying user interfaces.

FORMAT
enum LocaleCategory FORMAT;

Category used to represent the default locale for formatting dates, numbers, and/or currencies.

countryKey
string countryKey;
Undocumented in source.
extensionsKey
string extensionsKey;
Undocumented in source.
languageKey
string languageKey;
Undocumented in source.
scriptKey
string scriptKey;
Undocumented in source.
variantKey
string variantKey;
Undocumented in source.

Meta