Am trying to internationalize the page title. The below snipplet doesnt seem
to work. Where am i going wrong?

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <wicket:head>
        <title><wicket:message key="login-page-title"/></title>
    </wicket:head>
</head>

regards
Josh

Reply via email to