Skip to main content
Version: Next

LocalizationPluginOptions

LocalizationPluginOptions

Options for the localization plugin. This interface defines the options that can be passed to the localization plugin. It includes the i18next plugins to use and the i18next initialization options.

Signature
interface LocalizationPluginOptions {
plugins?: Array<LocalizationModule | DynamicLocalizationModule>;
i18nOptions?: InitOptions;
}

plugins

The i18next plugins to use. The plugins are loaded in the order they are specified.

i18nOptions

property
InitOptions

The i18next initialization options.