API / geotoolkit / util / Locale / Locale
Type Aliases
Type Aliases
Ƭ NumberFormatInfo: Object
defines number format
| Name | Type | Description |
|---|---|---|
dec? | string | defines decimal symbol |
group? | string | defines group symbol |
infinity? | string | defines infinity text |
neg? | string | defines negative symbol |
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
locale? | string | The name of the locale |
numberformat? | NumberFormatInfo | defines number format |
Ƭ OptionsOut: Required<Options>
object containing locale properties