setLanguage method
This API is reliable and breaking changes are unlikely.
qlik.setLanguage(lang)
Sets a specific language for the Qlik Sense session.
Language should be defined before the app is opened meaning the setLanguage method should be called before the openApp method is called.
Version history
Introduced | 2.0 |
Updated | 3.0 |
Parameters
Name | Type | Description |
---|---|---|
lang | String |
Language code. Can be:
|
Examples
Example: Using short code for setting language
qlik.setLanguage('es');
Example: Using long code for setting language
qlik.setLanguage('es-ES');