Hi!

I am not sure, but you might need to use <wicket:head> tag.. (1.4 thouhg)

**
Martin

2011/8/6 heikki <[email protected]>:
> Hello,
>
> I've used Wicket's i18n functionality to provide users of my site the choice
> to view it in various languages, and this works well.
>
> Except for things that go in the html header. My aim is that all html header
> elements containg text, are localized too -- but it doesn't happen.
>
> For example, putting this in my html page:
>
> <html>
> <header>
>     <title>
>          <wicket:message key="title.home">welcome to my
> site</wicket:message>
>     </title>
> ...
>
> doesn't display the translated string -- just the <wicket:message...> itself
> appears as the title of the page in the browser.
>
> Doing exactly the same thing for strings in the html body of the same page
> works perfect.
>
>
> Is it possible to use the i18n mechanism for html header elements too?
>
> Thanks in advance for your answers,
> kind regards
> Heikki Doeleman
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/i18n-for-html-header-elements-tp3722490p3722490.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to