Uses of Class
org.pepstock.charba.client.intl.Language
-
Packages that use Language 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. -
-
Uses of Language in org.pepstock.charba.client.intl
Methods in org.pepstock.charba.client.intl that return Language Modifier and Type Method 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.Methods in org.pepstock.charba.client.intl with parameters of type Language Modifier and Type Method Description static CLocaleBuilder
CLocaleBuilder. create(Language language)
Creates a builder by theLanguage
passed as argument.
-