hi how can i test my propertie language files?<br />
<br />
i want to change the language in my report i tried with setLocale but its still in german

<br />
<br />
// Create task to run and render the report,<br />
IRunAndRenderTask task = engine.createRunAndRenderTask(deckblatt);<br />
<strong class='bbc'>task.setLocale(ULocale.ENGLISH);</strong><br />
options.setOutputStream(fso2);<br />
options.setOutputFormat("pdf");<br />
task.setRenderOption(options);<br />
task.setParameterValues(para);<br />
task.run();<br />
task.close();<br />
<br />
i insert deckblatt_en_GB.properties in the report resource tab and when i start the report via "View Report as PDF" its always in Engish and if i create it via java its always in german and i dont know how the change the language