Documentation

configure()

Configures the i18n context.

configure(
locale: string,
provider?: Partial<DeferredString.I18nProvider>,
): this;

Summary

This method can be used to set the current internationalization locale and options, which are used by fmt() and Binding.fmt() to translate and format strings. After using this method, re-render all views if needed using () app.remount().

Parameters

Related