Skip to main content
Announcements
Qlik Connect 2025! Join us in Orlando join us for 3 days of immersive learning: REGISTER TODAY

How to change the language in Qlik Sense Hub using the URL

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Bjorn_Wedbratt
Employee

How to change the language in Qlik Sense Hub using the URL

Last Update:

Jan 23, 2025 8:20:08 AM

Updated By:

Sonja_Bauernfeind

Created date:

May 23, 2016 4:19:26 AM

The language in Qlik Sense is typically managed through the browser's language settings.
However, you can change Qlik Sense Hub's language without altering the browser settings.

Different methods are used depending on your version of Qlik Sense Enterprise on Windows.

The Qlik Sense Management Console (QMC) language cannot be changed using this method.

Environment

Qlik Sense Enterprise on Windows

 

Resolution

  1. Browse to the Hub for Qlik Sense,  https://server/hub or http://localhost:4848/hub
  2. To switch to a different language by appending a new language:

Available Language Codes

The following languages with corresponding codes are currently supported:

  • Swedish - sv
  • Spanish - es
  • Japanese -ja
  • English - en
  • German - de
  • French - fr
  • Italian - it
  • Dutch - nl
  • Brazillian Portuguese - pt
  • Russian - ru
  • Simplified Chinese - zh
Labels (1)
Comments
Daniel_G
Partner - Creator

Hello @Bjorn_Wedbratt,
thanks for sharing. Is it also possible to read the language parameter from URL and store it in variable?

Bjorn_Wedbratt
Employee

Hi @Daniel_G ,

I'm sorry, but to my knowledge there is no built-in function to retrieve the URL of the opened document (e.g : https://myserver/app/<guid>/overview).

The language added to the hub URL (/language/it) is however passed when opening an app from the hub, making sure the app is opened in the same language.

 

 

Daniel_G
Partner - Creator

Hello @Bjorn_Wedbratt , thx 4 your fast reply. But how can we ensure that the app also opens with the same language? That's why I want to read this URL parameter and set it into a variable. Is there any other way to ensure it?

Bjorn_Wedbratt
Employee

@Daniel_G If I understand you correctly, you also want the content within the app to reflect the language set in the URL? So, let's say you open using /language/it you want to pass "it" into a variable and change the layout of the app based on the value being passed? If that's the case, I'm sorry to say I don't know. 

You could open a new thread in the Qlik Sense App Dev forum to see if anyone in the community can give some tips. It's an interesting case, but out of my expertise, sorry. 😞

 

Daniel_G
Partner - Creator

Hello @Bjorn_Wedbratt ,

that's exactly what I want. I already opened a new thread in dev forum, but it seems that no one knows it / it is not possible:
- https://community.qlik.com/t5/New-to-Qlik-Sense/Read-language-parameter-in-Qlik-app/m-p/1842912#M192...

I also suggested an idea to set url parameters into a variable as well like you can do it for fields:
https://community.qlik.com/t5/Suggest-an-Idea/Selections-for-variables/idi-p/1843359

Neverthelessthanks for your support and fast reply 🙂