You are not logged in.
Pages: 1
Topic closed
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
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
Thanks Thorsten. Works like a charm
Offline
Pages: 1
Topic closed