-
Notifications
You must be signed in to change notification settings - Fork 2
Multilanguage support
David Rodriguez edited this page Feb 10, 2021
·
2 revisions
The modules have been localized to:
- English
- Spanish
- German
While the module UI is one part of the localization, the other part is localizing the report and dashboards names and its contents. Since Power BI actually lacks of multilanguage support when authoring reports, this has been accomplished by:
- On PowerBI.com, author or publish a report, and change the report name to "XXX_[ISO Language Code]" i.e.
MyReport_en-US
- This report will be only rendered on the list view control if the current locale is "en-US"
- Copy the report on PowerBI.com with a name with another ISO language code in the name, i.e.
MyReport_es-ES
, and change the labels on the report to Spanish. This report will only be shown on the list view control when the current locale is "es-ES"
Notes:
- The "_[ISO Language Code]" will be automatically removed from the name of the report when showing it on the list view control
- The reports with different "_[ISO language Code]" than the current locale of the user browsing the site will not be shown in the list view control
- What is embedding with Power BI?
- What is Power BI Embedded in Azure?
- What is Power BI Embedded in DNN?
- Master accounts and service principals
- Set up your Power BI embedding environment
- Module installation
- Register a workspace on DNN
- Add access permissions to a workspace and elements