Created
September 17, 2011 12:18
-
-
Save jprudent/1223889 to your computer and use it in GitHub Desktop.
internationalization tag for playframework + scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@(msg:String,params:Object *)@play.i18n.Messages.get(msg,params.toArray : _*) | |
//for example @i18n("index.hello","Marmite") in any play scala template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment