#1 2013-11-20 07:45:07

tristan
Member
Registered: 2013-11-14

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“?>
<configuration>
<localization>
<locales>en</locales>
<default>en</default>
</localization>
</configuration>

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?

Offline

#2 2013-11-20 11:39:13

Thorsten J. Krause
datenwerke
Registered: 2012-02-15
Website

Re: Unable to change default locale

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
    <meta name="gwt:property" content="locale=en">
    right after the beginning of the <head> section.
   
Cheers,
Thorsten

Offline

#3 2013-11-22 15:08:17

tristan
Member
Registered: 2013-11-14

Re: Unable to change default locale

Thanks Thorsten. Works like a charm smile

Offline

Board footer

Powered by FluxBB