Readonly
onChange the data language to the language provided.
An enum with the language to switch to.
Switch the current language.
Note: This changes both the user interface language (used for the default interface) and the data language (used for user-provided names and descriptions). In case the language defined by the language key is not supported, the data language is updated, but not the user interface language.
If you only want to change the user interface language use the setUiLanguage method. Or, if you only want to change the data language use the setDataLanguage method.
the two digit ISO-639-1 language key of the language you want to switch to.
Promise which is resolved in case the switch was successful, rejected in case the language isn't supported by the user interface.
Change the user interface language to the language provided.
An enum with the language to switch to.
Promise which is resolved in case the switch was successful, rejected in case the language wasn't supported by the user interface.
Generated using TypeDoc
Signal that is emitted when the user interface language has been switched.