I may be wrong but I believe native Python localization works at the
applicaiton level and not at the thread level. In web2py you can have
multiple apps, served by different threads and requiring different
internationalization for the same language and the same string. The
current implementation avoids conflicts. Perhaps there is a better
way. If you could provide an example it would be great.

Massimo

On Nov 25, 5:14 pm, dupoxy <duperray.oliv...@gmail.com> wrote:
> has a French user of this cool framework I 'll just say : thanks for
> this I think you found a nice solution to a problem I did not see
> before I read about it but after some try wow it's real +1 for 'en'
> but now I really have a question y don't web2py use gettext for this
> (http://docs.python.org/library/gettext.html)
> i'm new to python and web2py or programing in general but shouldn't a
> python framework use the standard way to do this ? .po and all
> thinking out loud really
> now I'm going to try to make some test for my controller !!! cool
> standard doc test :) right
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@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