| 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 CLocaleBuilder | 
CLocaleBuilder.create(Language language)
Creates a builder by the  
Language 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. 
 |