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 CLocaleBuilderCLocaleBuilder. create(Language language)Creates a builder by theLanguagepassed as argument.CLocaleBuilderCLocaleBuilder. setRegion(Region region)Sets the region to use for locale.CLocaleBuilderCLocaleBuilder. setScript(Script script)Sets the script code of the locale.CLocaleBuilderCLocaleBuilder. setVariantAndExtension(String variantAndExtension)Sets the variant and extension parts of the locale.
-