API reference / @localizer/x-vue / LocalizerPluginOptions
Interface: LocalizerPluginOptions experimental
Defined in: packages/x-vue/src/lib/localizer-plugin.ts:28
Options for the Localizer plugin.
Properties
Property | Type | Default value | Description |
---|---|---|---|
initialLocale? | LocaleCode | undefined | experimental The initial locale to set for the localizer. This is optional and will default to the configured fallback language if not provided. |
useGlobalContext? | boolean | true @alpha | experimental If true, the plugin will use the global context for localization. This is useful for applications that want to provide a global localization context. If not set, the context must be provided manually using <LocalizationContext> . |