Hello,

I recently upgraded web2py from 1.62.2 to 1.74.8 and have following
problem.
The applications (even 'welcome' which comes with web2py) are not
translated according to web browser language preferences.

If I have set language preferences in web browser like:
 'pl','en' -> I got all messages in english
 'pl', 'it' -> I got all messages untranslated (in english)
 'pl' only -> I got all messages correctly translated (in polish)
 'it' only -> I got all messages correctly translated (in italian)

Variable 'request.env.http_accept_language' looks to be correct in
each case.
I tried solutions from web2py internationalization tutorial posted on
vimeo, but it didn't work.

I test it with FF3.5 and IE8 and on different platforms: linux/apache
and windows/built-in CherryPy.
Same results.

any ideas? bug or feature?


-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to