Reference

I18nConfiguration

The i18n configuration

Properties

  • formatLocale

    The locale that is used to format numbers / dates This locale must be supported by the Intl.NumberFormat and/or Intl.DateTimeFormat API.

    string | null
  • textLocale

    The locale that is used to translate texts

    string | null
  • timeZone

    The IANA time zone. This time zone must be supported by the Intl.DateTimeFormat API.

    string | null