@Messages.get("msg.key")@Messages.get(lang(), "msg.key") You have to add it as a (possibly implicit) parameter to your template, for starters.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/2a097087-e46c-4ec5-bb46-b978008b24cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@Messages.get(emailManagerVerifyForm.error("verifyCode").message, emailManagerVerifyForm.error("verifyCode").arguments)@Messages(emailManagerVerifyForm.error("verifyCode").message, emailManagerVerifyForm.error("verifyCode").arguments)