i18n
The current i18n context, an instance of I18nContext.
readonly i18n: I18nContext;
Notes
- This object encapsulates the current locale and options, which are used by fmt() and Binding.fmt() to translate and format strings.
- To set the current locale, use I18nContext.configure() and/or I18nContext.setText().
Related
class AppContext
A singleton class that represents the global application state.
