Home
Analytics
Implementing internationalization through code!!!
Dhaval
Hi All,
I have a .rptdesign files & .properties (for i18n) files. Now, I want to know that how can I access these .properties file to localize the text in .rptdesign at runtime. I want this to be done using either Engine api or Design api.
Could I use ResourceBundle? Then please provide me to integrate ResourceBundle with BIRT api.
Thanks in advance.
DHAVAL
Find more posts tagged with
Comments
Virgil Dodson
Hi Dhaval,<br />
<br />
I put a blog post together on using properties files to locolize BIRT reports. It is availabe here: <a class='bbc_url' href='
http://www.birt-exchange.com/modules/wordpress/?p=53'>http://www.birt-exchange.com/modules/wordpress/?p=53</a><br
/>
<br />
It first shows to to use the Designer with the properties files, then a scripting example, and an API example.