We've been experiencing lately some issues with SSRS report manager language, which switches suddenly from French to English (happened 2 times), and vice versa.
Note that the clients browsers are in French and report manager is still showing in English which is strange.
Note also that :
- Host server (where Sql Server is installed) OS language is French
- This issue happened some days after upgrading from SQL Server 2008 R2 to SQL Server 2014
- In the source code of the rendered HTML pages of Report Manager we see that the language declaration in the HEAD tag is in French though :
<HEAD lang="fr-FR">
Anybody knows how could this happen? or how to set the default language of Report Manager independently of the clients browsers languages?
Thanks.
Regards.