Hello. I need to localize the head title (<head><title> tag). I'm trying to use a simple wicket:message tag but it is not traslated, the tag (<wicket:message>) and its content is unchaged. I have several wicket:message tags in the body and all work fine. The html belongs to an abstract class, inherited by the instantiated page class.
Is there a reason for that? Regards Alberto