Forum Discussion
Power BI Embedded set Language
- 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"
Hi Hettic,
In PowerBI service, go to * (i.e. Settings) -> Settings -> General tab -> Lanaguages -> Select the lanaguage for PowerBI -> Select your language of your preference (default is the browser language).
Have you already tried above changes ? If yes, can you kindly share a screenshot of your report with dummy data so that we get a more clarity on your requirement ?
Question is are you trying to translate -
1) PowerBI interface
2) Object Metadata (table & column names)
3) Report data
Please see if the following video is helpful -
https://www.youtube.com/watch?v=NP2GJicwezw
Yes I tried the "above mentioned" setting and off course that will work for me as a user.
But is is an embedded report so I would like to set it once for all users that are running the report.
Therefore I tried to set the settings for the back-end user (one service account) user that runs the report but that also did not solved it.
- ferflo3 years agoRegular Visitor
Hello Hettic,
Did you find a solution with the issue described above?
We are facing the same issue.
Thank you in advance- Hettic3 years agoFrequent Visitor
This worked:
return new EmbedParameters { ReportName = reportName, EmbedUrl = $"{embedUrl}&language=nl&formatlocale=nl-NL", AccessToken = embedToken, EmbedTokenExpiry = embedTokenExpiry };