Locale

Undocumented in source.

Constructors

this
this(String language)
Undocumented in source.
this
this(String language, String country)
Undocumented in source.
this
this(String language, String country, String variant)
Undocumented in source.

Members

Functions

clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getCountry
String getCountry()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayCountry
String getDisplayCountry()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayCountry
String getDisplayCountry(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayLanguage
String getDisplayLanguage()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayLanguage
String getDisplayLanguage(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayName
String getDisplayName()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayName
String getDisplayName(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayVariant
String getDisplayVariant()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayVariant
String getDisplayVariant(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getISO3Country
String getISO3Country()
Undocumented in source. Be warned that the author may not have intended to support it.
getISO3Language
String getISO3Language()
Undocumented in source. Be warned that the author may not have intended to support it.
getLanguage
String getLanguage()
Undocumented in source. Be warned that the author may not have intended to support it.
getVariant
String getVariant()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getAvailableLocales
Locale[] getAvailableLocales()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefault
Locale getDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
getISOCountries
String[] getISOCountries()
Undocumented in source. Be warned that the author may not have intended to support it.
getISOLanguages
String[] getISOLanguages()
Undocumented in source. Be warned that the author may not have intended to support it.
setDefault
void setDefault(Locale newLocale)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CANADA
Locale CANADA;
Undocumented in source.
CANADA_FRENCH
Locale CANADA_FRENCH;
Undocumented in source.
CHINA
Locale CHINA;
Undocumented in source.
CHINESE
Locale CHINESE;
Undocumented in source.
ENGLISH
Locale ENGLISH;
Undocumented in source.
FRANCE
Locale FRANCE;
Undocumented in source.
FRENCH
Locale FRENCH;
Undocumented in source.
GERMAN
Locale GERMAN;
Undocumented in source.
GERMANY
Locale GERMANY;
Undocumented in source.
ITALIAN
Locale ITALIAN;
Undocumented in source.
ITALY
Locale ITALY;
Undocumented in source.
JAPAN
Locale JAPAN;
Undocumented in source.
JAPANESE
Locale JAPANESE;
Undocumented in source.
KOREA
Locale KOREA;
Undocumented in source.
KOREAN
Locale KOREAN;
Undocumented in source.
PRC
Locale PRC;
Undocumented in source.
SIMPLIFIED_CHINESE
Locale SIMPLIFIED_CHINESE;
Undocumented in source.
TAIWAN
Locale TAIWAN;
Undocumented in source.
TRADITIONAL_CHINESE
Locale TRADITIONAL_CHINESE;
Undocumented in source.
UK
Locale UK;
Undocumented in source.
US
Locale US;
Undocumented in source.

Meta