Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Change language mashup

How can I change the language in a mashup to the current selections?

Untitled.png

2 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

Is it possible to wait for the function to terminate similar getObject?

app.getObject('QV03', 'eea74599-df75-4f4d-b3b9-d3970c3971bb').then(function () {

     //xpto

});

I tried like this but it wasn't possible:

qlik.setLanguage(langISO2.toLowerCase()).then(function()

{

     alert("asdasd");

}