Forum Discussion
LilyLe_MAN
8 years agoFrequent Visitor
How to set up default language as English
Dear experts, We use Power BI to create and share dashboard among colleagues over 100 countries. We use English as the language in our Power BI Desktop, then upload the reports on Power BI Report...
- 8 years ago
Hi LilyLe_MAN,
Based on my research, the issue should be caused by browser language settings. You can let the users change browser language to English then restart browser to view web portal again.
Best Regards,
Qiuyun Yu
Anonymous
6 years agoNot applicable
TimoRiikonen is it possible for the admin user of power bi in a company to override default language in power bi server for all employees or do they have to do this themselves?
TimoRiikonen
Advocate V
6 years agoCentralized locale overriding is not supported by Power BI.
If you need it, you could vote for this change idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/36090391-force-locale-through-pbi-desktip-to-service
Meanwhile your options to manage this centrally are:
- Changing the default language on all or one of the browsers
- Perhaps it is possible to build Javascript that does this to all user: if their settings is the default "Browser language", then the Javascript will go to change their setting to locale "xx-YY". You should also give error if anyone tries to change the setting manually back to "Browser language" as this will be converted back.
- Perhaps you might be able to set this by "hacking" the system with SQL commands, so you do similar overriding once a day to all users in the backend with a SQL command. If you are using SQL command, then next step would be to import all users from Windows domain to SQL server, so you make a good guess as to which country they are from. You can find information about this from https://www.mssqltips.com/sqlservertip/2580/querying-active-directory-data-from-sql-server/ . If you have more than 9901 accounts in your domains, search for example for my name from there to see how to handle that issue.
Please let us know if you develop some kind of solution for this.