API reference / @localizer/x-vue / LocalizationContext
Constant: LocalizationContext experimental
constLocalizationContext:DefineSetupFnComponent<LocalizationContextProps,LocalizationContextEmits, { },LocalizationContextProps&object,PublicProps>
Defined in: packages/x-vue/src/lib/components/localization-context.ts:59
Component for providing localization context in Vue applications. This component initializes a localizer based on the provided initial locale or automatically determines the initial locale if not specified. It also emits an event when the locale changes.