Internationalization on Master Page [message #146676] |
Tue, 21 March 2006 20:17  |
Eclipse User |
|
|
|
Originally posted by: aries.beltran.gmail.com
I am having problem with Master Page header and footer labels, I am using
the localization feature of the labels. I created header and footer in the
master page, however, the labels does not display. It works fine in the
actual page.
Thanks.
|
|
|
Re: Internationalization on Master Page [message #146925 is a reply to message #146676] |
Wed, 22 March 2006 04:25  |
Eclipse User |
|
|
|
Originally posted by: juergen.schwarz.gefasoft.de
Aries schrieb:
> I am having problem with Master Page header and footer labels, I am
> using the localization feature of the labels. I created header and
> footer in the master page, however, the labels does not display. It
> works fine in the actual page.
>
> Thanks.
I had the same problem, this seems to be a bug?!
Instead I use a Dynamic Text element in the Master Page with a content like:
<value-of>reportContext.getMessage("page",reportContext.getLocale()) </value-of>
<value-of>pageNumber</value-of>
page is translated in the locales propertiy file for the selected language.
|
|
|
Powered by
FUDForum. Page generated in 0.07675 seconds