Global config option - import issues again.....

Ksenia Marasanova ksenia at ksenia.nl
Sun Aug 22 05:20:37 EDT 2004


> How do people deal with swapping languages around at runtime?

I personally didn't wrote any multi-language application yet, but I 
think gettext module is the way to do it: 
http://docs.python.org/lib/module-gettext.html

This webmail application is a good example of using it: 
http://calarts.edu/~elaforge/mail/ . If you download it, take a look at 
i18n.py file.

HTH
Ksenia




More information about the Python-list mailing list