How can I use Messages("home.title") with IT and EN in the same page? Before the dependency injection I did:
Messages("home.title")(Lang("IT"))
Messages("home.title")(Lang("EN"))
but now it doesn't work.
How can I use Messages("home.title") with IT and EN in the same page? Before the dependency injection I did:
Messages("home.title")(Lang("IT"))
Messages("home.title")(Lang("EN"))
but now it doesn't work.
Copyright © 2021 Jogjafile Inc.
If your controller looks like this
and not like this
then you may use the following approach inside of your template: