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
I tried using the proposed solution but it didn't work.
Not sure what the correct syntax is?
This is the report URL that is running embedded:
https://app.powerbi.com/groups/{workspaceid}/reports/{reportid}
Tried to paste the following behind the URL:
/languageid=nl
/languageid="nl"
&languageid=nl
/languageid="nl"&formatlocal="nl-nl"
/languageid=nl&formatlocal=nl-nl