Hi JuDe
thank for the tip
but it didn't work
I tried with a couple of more tests, like
<p>@Messages("index.title")(Lang("es"))</p>
<p>@Messages("index.title")(Lang("es-ar"))</p>
<p>@Messages("index.title")(lang)</p>
And the problems seems to be that lang = Lang("en-US")
even though the request is sending
Accept-Language es-ar,en-us;q=0.7,en;q=0.3
and
Accept-Language:es,en-US;q=0.8,en;q=0.6
(testing it with Firefox and chrome)
any idea?
saludos
sas