Locale: Brand<string, "Locale">

A locale identifier.

Syntax: [language]-[region] where:

  • [language] is a lowercase ISO 639-1 language code
  • [region] is an optional uppercase ISO 3166-1 alpha-2 country code

You can pass just the language code, or both the language and region codes.

Example

- `en` any English
- `en-US` English as used in the United States
- `en-GB` English as used in the United Kingdom