| 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 | 
|---|---|
Region | 
CLocale.getRegion()
Returns the region of the locale. 
It could be null. | 
static Region | 
Region.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Region[] | 
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CLocaleBuilder | 
CLocaleBuilder.setRegion(Region region)
Sets the region to use for locale. 
 |