djo*_*jon 3 scala internationalization playframework playframework-2.0
我在Play 2.0(Scala)中寻找i18n的例子.
它与你在Play 1.x Scala中所做的一样,就是这样
@main(title = "The title") {
<p>Hello world in @Messages("yourmessage")</p>
}
Run Code Online (Sandbox Code Playgroud)
有关完整文档,请在此处查看 - https://github.com/playframework/Play20/wiki/ScalaI18N