Skip to main content Skip to complementary content

setLanguage method

qlik.setLanguage(lang)

Method used to set 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.

Since:
  • 2.0

Parameters

Name Type Description
lang String

Language code. Can be:

  • es for Spanish
  • sv for Swedish
  • ja for Japanese
  • en for English
  • de for German
  • fr for French
  • it for Italian
  • nl for Dutch
  • pt for Brazilian Portuguese
  • ru for Russian
  • zh for Simplified Chinese

Example

qlik.setLanguage('es');

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!