Hi,<br />
<br />
we have successfully deployed a Java application with an integrated Birt Engine (through the WTP plugin in eclipse, adding the Birt Engine facelet). It's all ok but we need to add a locale translation (in our scenario the Italian one) to the birt "viewer" component called by birt tag library or via the standard servlet. We're using Birt 4.2.2 engine. We found the locale jars for Eclipse Juno at<br />
<br />
<a class='bbc_url' href='
http://download.eclipse.org/technology/babel/babel_language_packs/R0.10.1/juno/juno.php'>Juno Babel repository</a><br />
<br />
We deployed the right jars with our application (the ones inside BabelLanguagePack-birt-it_4.2.0.v20121120043402.zip) but we did not see the viewer translated even if we redefine the web.xml property as:<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<context-param>
<description>Default locale setting</description>
<param-name>BIRT_VIEWER_LOCALE</param-name>
<param-value>it-IT</param-value>
</context-param>
</pre>
<br />
So we need to fix this issue as well as we need to understand:<br />
<br />
1) if we need other configuration to see the viewer translated<br />
2) if the viewer has not been translated to Italian yet (so we can add properties to the Italian jar to have it translated for our application).<br />
<br />
Thanks a lot<br />
<br />
Simone<br />
<br />
P.S. We tried to unpack the translation zip inside our Juno Eclipse installation just to verify the actual translation material available and we can see the birt designer correctly translated into Italian language.