Hi,<br />
<br />
I've created a localized BIRT report based on an example found here (on Virgil Dodson's blog):<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/blog/2008-04-04/using-properties-files-to-localize-birt-reports/'>Using Properties Files to Localize BIRT Reports » Blog - BIRT Exchange</a><br />
<br />
I've deployed the .properties files in the "resources" folder on iServer.<br />
<br />
On this FAQ page:<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/wiki/BIRT:Internationalization/'>BIRT:Internationalization - BIRT Wiki - BIRT Exchange</a><br />
<br />
...it is stated that:<br />
Q: Can the user specify the report locale when running the report?<br />
<br />
A: Reports are viewed using the BIRT web application. This application takes a __locale parameter within the URL for running a report. Simply set this parameter to the desired locale. <br />
<br />
I've tried adding to our report launching URL - the "__locale=fr" pair, but the report still shows with localized English values instead of French.<br />
<br />
This is the final URL used:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>http://localhost:8900/iportal/executereport.do?repositoryType=enterprise&userid=myusername&password=...&serverurl=http://localhost:8000&volume=MyVolume&__executableName=%2fPublic%2fReports%2fTest%2fMyReport.rptdesign&__locale=fr</pre>
<br />
I can run the same report from BIRT Designer, and it shows localized, as expected (using the settings and info in the article above).<br />
<br />
I'd very much appreciate in somebody showing me what am I doing wrong.<br />
Thanks.