How can I access a value from the "messages" file in a controller?
For example, in my "messages" file:
app.name = Play Framework App
How can I get the value of app.name in a Controller?
|
How can I access a value from the "messages" file in a controller? For example, in my "messages" file:
How can I get the value of |
|||
|
|
|
You can access it with following code
Also see http://www.playframework.org/documentation/1.2.3/i18n#retrieve |
|||
|
|