LocaleItem
A selectable locale, pairing a human-readable label with its internal name.
interface LocaleItem {
label: string;
name: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
label | Required | string | Human-readable label for the locale. |
name | Required | string | Internal name/identifier of the locale. |