Forum Discussion
Hettic
5 years agoFrequent Visitor
Power BI Embedded set Language
Hi community, I'm trying to set a default language for my embedded report. However it's currently using the language of the browser. Changing the language of the user that is running the rep...
- Anonymous5 years ago
Hi Hettic ,
Please review the following thread, hope it can help you.
Setting language and locale for embedded report
Best Regards
- 5 years ago
Changing the EmbedUrl worked:
EmbedUrl = $"{embedUrl}&language=nl&formatlocale=nl-NL"
Anonymous
5 years agoNot applicable
Hi Hettic ,
Please review the following thread, hope it can help you.
Setting language and locale for embedded report
Best Regards
Hettic
5 years agoFrequent Visitor
Changing the EmbedUrl worked:
EmbedUrl = $"{embedUrl}&language=nl&formatlocale=nl-NL"