I18n
Represents the i18next
instance.
This external class corresponds to the i18next
JavaScript library's main object.
Functions
Link copied to clipboard
Changes the current language.
Link copied to clipboard
Checks if a namespace has been loaded.
Link copied to clipboard
Initializes the i18next
instance with a type-safe configuration.
Link copied to clipboard
fun initInternal(configuration: dynamic, callback: (dynamic, dynamic) -> Unit = definedExternally): Promise<TranslationFunction>
Initializes the i18next
instance with the given configuration.