Uses of Class
org.pepstock.charba.client.intl.CLocaleBuilder
-
Packages that use CLocaleBuilder 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 CLocaleBuilder in org.pepstock.charba.client.intl
Methods in org.pepstock.charba.client.intl that return CLocaleBuilder Modifier and Type Method Description static CLocaleBuilder
CLocaleBuilder. create(Language language)
Creates a builder by theLanguage
passed as argument.CLocaleBuilder
CLocaleBuilder. setRegion(Region region)
Sets the region to use for locale.CLocaleBuilder
CLocaleBuilder. setScript(Script script)
Sets the script code of the locale.CLocaleBuilder
CLocaleBuilder. setVariantAndExtension(String variantAndExtension)
Sets the variant and extension parts of the locale.
-