Forum Discussion
Internationalization/Localization of Reports
Hi everbody,
I am currently struggling with the problem how to localize reports for users with multiple languages.
Following scenario :
- Using PowerBI embedded
- Same reports shall be provided in English, German and potentielly other languages
How could I externalize label properties to provide localized values for different languages? This applies to text fiels, titles of visuals and category labels, Are there any documented best practices or hints? I was thinking about passing some locale information as part of the embedding url as parameter, but am struggling how I would manage language specific values within powerbi.
Thanks
Daniel
Looking for any guidance on the topic.
- Anonymous10 years ago
Hi daniel12,
As per my knowledge, it is not possible to localize visual titles, text fields in reports by passing some locale information as part of the embedding URL as parameter, and there is no direct method to achieve this requirement in Power BI.
In your scenario, you can consider to utilize some translation tools/functions such as Microsoft Translator - Text Translation to make your source data to be in multiple languages format, then create reports with multiple languages. For more details, please review the following video.
https://www.youtube.com/watch?v=jZQ4BZmtseo
Thanks,
Lydia Zhang
7 Replies
- daniel12
Advocate II
Hi everbody,
I am currently struggling with the problem how to localize reports for users with multiple languages.
Following scenario :
- Using PowerBI embedded
- Same reports shall be provided in English, German and potentielly other languages
How could I externalize label properties to provide localized values for different languages? This applies to text fiels, titles of visuals and category labels, Are there any documented best practices or hints? I was thinking about passing some locale information as part of the embedding url as parameter, but am struggling how I would manage language specific values within powerbi.
Thanks
Daniel
Looking for any guidance on the topic.
- douglasfabianoFrequent Visitor
Hellow daniel12
I would like to know if you were able to make progress in multi language translation for embedded reports, and how you did it.
thank you - douglasfabianoFrequent Visitor
Hellow daniel12
I would like to know if you were able to make progress in multi language translation for embedded reports, and how you did it.
thank you- daniel12
Advocate II
Hello Douglas,
not really. The only solution seems to be to to use custom titles/labels as much as possible on all visuals and avoid labels derived from the underlying data model. Then clone reports and translate them manually which is very cumbersome.
Daniel
- AnonymousNot applicable
Hi daniel12,
As per my knowledge, it is not possible to localize visual titles, text fields in reports by passing some locale information as part of the embedding URL as parameter, and there is no direct method to achieve this requirement in Power BI.
In your scenario, you can consider to utilize some translation tools/functions such as Microsoft Translator - Text Translation to make your source data to be in multiple languages format, then create reports with multiple languages. For more details, please review the following video.
https://www.youtube.com/watch?v=jZQ4BZmtseo
Thanks,
Lydia Zhang- daniel12
Advocate II
Thanks Lydia!