Dear all,
I have to provide multilanguage support to my J1.6 based portal.

Everything is fine until I have to do something like:

"Dear visitor, please go back to the HOME page to bla bla"

where HOME is a link that I should embed as a forward:

<a href="<jetspeed:forward name="home"/>"Home"</a>

My problem is that I can not barely use something like:

<jetspeed:l10n key="MY_KEY"/>

as the HOME link must be embedded, and there's no issue in splitting the multilanguage strings, as different languages have different ways of writing down the same text, and orders are not alway kept!

Is there a way to pass a parameter to

<jetspeed:l10n key="MY_KEY"/>

as e.g.

<jetspeed:l10n key="MY_KEY" param="<a href="<jetspeed:forward name="home"/>"Home"</a>"/>

where MY_KEY is something like

"Dear visitor, please go back to the ? page to bla bla"

I am not sure it is barely a J1.6 issue, but I would like to know if there is anybody out there who encountered the same problem.

Thanks in advance for any feedback,
Stefano

Ing. Stefano Bianchi
Softeco Sismat S.p.A. - www.softeco.it
Via De Marini 1, WTC Tower
16149 GENOA (ITALY)
Tel. +39 010 6026 368
Fax +39 010 6026 350



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to