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)
Localization Problem
vash
Hi,
I am creating reports in English and Japanese.
I have global functions for date formatting.
In my MasterPage I have a Date whose onCreate method calls this global date formatting function.
I have noticed if I call the date format function in 'onCreate ' the text does not appear in Japanese.
If I remove that function call, the text appears in Japanese.
Is this some kind of bug?
I have attached my report design, xml datasource and 2 property files - English and Japanese.
I am using BIRT 2.3.2
Can someone look into this?
Thanks,
Vash
Find more posts tagged with
Comments
vash
I got the solution.
It was my global date function in which i m calling reportcontext.getMessage method.
I was not passing the Locale in that function, which was leading it to crash.
-Vash