On 17 mai, 13:54, pierreth <[email protected]> wrote: > It seems that web2py takes care of only the first language listed in > the browser request. The other languages are not taken into account.
I made some tests and web2py choose the T.accepted_language as the first language listed in the request for which there is a translation file or match the current language (the language in which the application is written for which no translation is needed). This match must be perfect: web2py won't accept fr as a language if the request only specify fr-ca.

