Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
how to set locale in birt report
Rainer
Hi all, I´ve successfully integrated birt reportengine in a jsf-apllication. Reportengine is started and configured at startup and stored as a context object. At runtime, the engine is called from user session. At session creation my Application reads the locale from user session. Now I want to set this locale into the selected report, I have tried to do this in IRunTask and IRenderTask but BIRT seems to use jvm locale which in my case is US. Can someone tell me, where to set locale so that it takes effect for the report?
Thanks in advance
Rainer
Find more posts tagged with
Comments
JasonW
task.setLocale should be working. How are you calling it?