|
|
|
Re: Localization of general Report Properties(Title, Description, Comments) [message #783031 is a reply to message #782966] |
Tue, 24 January 2012 18:22  |
Eclipse User |
|
|
|
That is correct you may have to do the lookup yourself. For example I
could put in a onCreate script on a label that looks like:
this.text =
reportContext.getMessage(reportContext.getDesignHandle().titleKey)
Jason
On 1/24/2012 3:50 PM, Alessio Pollero wrote:
> I have tried doing as you said but it doesn't work, i mean when i get
> the value from the API the returned value is the default not the
> translated key ....
> reportDesign.getTitle();
>
>
> return the default value between the tags and not the value in the key :
> <text-property name="title" key="ReportTitle">Title Alessio</text-property>
>
>
> Is it a Bug ?
|
|
|
Powered by
FUDForum. Page generated in 0.04526 seconds