Interface LocaleOptions

Type interface of locale specific options.

Hierarchy

  • LocaleOptions

Properties

Properties

locale?: string | string[]

Locale represented by BCP-47 Language tag. Used for number and date formatting.

See

Default

browser-locale

Example

en-GB, en-US, fi-FI

text?: Partial<LocaleText>

Map of all static text used in the Table UI. Provide a local/translated string value to a key to override the original text in the table.

Generated using TypeDoc