DataTable.Locale Type

record with the fields: 'symbol: list with values of type: string (optional)', 'decimal: string (optional)', 'group: string (optional)', 'grouping: list with values of type: number (optional)', 'numerals: list with values of type: string (optional)', 'percent: string (optional)', 'separate_4digits: boolean (optional)'

Constructors

Constructor Description

Locale()

Full Usage: Locale()

Returns: Locale
Returns: Locale

Static members

Static member Description

Locale.init (?symbol, ?decimal, ?group, ?grouping, ?numerals, ?percent, ?separate4digits)

Full Usage: Locale.init (?symbol, ?decimal, ?group, ?grouping, ?numerals, ?percent, ?separate4digits)

Parameters:
    ?symbol : string list
    ?decimal : string
    ?group : string
    ?grouping : int list
    ?numerals : string list
    ?percent : string
    ?separate4digits : bool

Returns: Locale
?symbol : string list
?decimal : string
?group : string
?grouping : int list
?numerals : string list
?percent : string
?separate4digits : bool
Returns: Locale