Unable to change default locale

I am trying to change the default language of ReportServer to English, but none of the changes I make to main/localization.cf have any effect.

My localization.cf file is as follows:

<?xml version=“1.0“ encoding=“UTF-8“?> en en

With this in place and the config reloaded, I am still presented with

(a) The default login screen in German and
(b) The language dropdown with options for “English” and “Deutsch”.

Am I misunderstanding something here?

Hi Tristan,

that seems to be broken. I’ve created a ticket an we will look into it.
In the meantime there are two possible workarrounds:

(1) Add the ?locale=en parameter to the url when accessing ReportServer
(2) Edit the file ReportServer.html and add the tag

right after the beginning of the section.

Cheers,
Thorsten

Thanks Thorsten. Works like a charm :slight_smile: