Forum Discussion
jcapezzuto
7 years agoResolver I
Setting language and locale for embedded report
We are using the Javascript API to embed reports in our web app. We need to control the report language and locale settings for our users based on settings in our app. In the example below, we are ...
- 7 years ago
We were able to make this work by directly adding &language and &formatlocale parameters to the embed URL.
jcapezzuto
7 years agoResolver I
We were able to make this work by directly adding &language and &formatlocale parameters to the embed URL.
Anonymous
5 years agoNot applicable
I managed to pass language and formatLocale in the embedURL and it works nicely. Though, it is not translating my calendar table - have you had any success with this if you even tried it?