DeferredString.setI18nInterface()
Sets the current I18n provider.
static setI18nInterface(i18n?: DeferredString.I18nProvider): void;
Notes
- This method is called automatically by
appwhen setting the application I18n provider, and doesn’t need to be called directly. It invalidates the cached result of all DeferredString instances.
Related
class DeferredString
An object that encapsulates a string, evaluated only when needed.
