# Supported locale
## Definitions
### Supported locale (`Locale`)
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The locale's identifier. An IETF language tag (BCP47). | See details
`name` | Name of the language in it's language. | See details
`region` | Region in which the language is spoken in it's language. | See details
`is_missing_implementation?` | The language is not (fully) implemented and thus needs to be excluded from stable releases. | See details
#### `id`
The locale's identifier. An IETF language tag (BCP47).
- **Type:** String
- **Pattern:** `^[a-z]{2}-[A-Z]{2}$`
#### `name`
Name of the language in it's language.
- **Type:** String
- **Minimum Length:** `1`
#### `region`
Region in which the language is spoken in it's language.
- **Type:** String
- **Minimum Length:** `1`
#### `is_missing_implementation?`
The language is not (fully) implemented and thus needs to be excluded from stable releases.
- **Constant:** `true`