| Field Summary | |
|---|---|
| static jsx3.util.Locale | Locale for English (country unspecified). |
| static jsx3.util.Locale | Locale for United Kingdom. |
| static jsx3.util.Locale | Locale for United States of America. |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| boolean | Returns true if obj is equal to this locale. |
| String | Returns the uppercase two letter ISO-3166 country code. |
| String | getDisplayCountry(objLocale : jsx3.util.Locale) Returns the country of this locale, localized for objLocale. |
| String | getDisplayLanguage(objLocale : jsx3.util.Locale) Returns the language of this locale, localized for objLocale. |
| String | getDisplayName(objLocale : jsx3.util.Locale) Returns the language and country of this locale, localized for objLocale. |
| String | Returns the lowercase two letter ISO-639 language code. |
| String | toString() |
| static jsx3.util.Locale | Returns a locale instance represented by strKey. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
obj is equal to this locale.objLocale.objLocale.objLocale.strKey.ll_CC, where ll is the two letter language
code and CC is the two letter country code.