Skip to content

pantoken / renderers/web-components/src / LocaleBundle

Interface: LocaleBundle

Alpha

A fully resolved locale bundle: BCP47 tag, direction, display label, and translated strings.

Properties

locale

locale: string

Alpha

BCP47 locale tag (e.g. "hu", "ar", "zh-Hans").


dir

dir: "ltr" | "rtl"

Alpha

Text direction.


label

label: string

Alpha

Human-readable display label.


strings

strings: WebComponentStrings

Alpha

Translated UI strings for the web-component element set.