Package | Description |
---|---|
org.pepstock.charba.client.intl |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.getByCode(String identifier)
Returns the language instance, found using the identifier argument which is checked against both cods, 2 and 3 chars.
|
Language |
CLocale.getLanguage()
Returns the language of the locale.
|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CLocaleBuilder |
CLocaleBuilder.create(Language language)
Creates a builder by the
Language passed as argument. |