How do I put a localized message on the face of a submit button? I am using Wicket, and normally to use a localized message, I'd use something like <wicket:message key="message-key"/>
I have an HTML button defined as <input type="submit" value="login"/>
I want to localize/internationalize the value 'login'
Any ideas?