Automatic language translation

Mariano Draghi chaghi at sion.com
Sat Aug 27 20:55:19 EDT 2005


Jon wrote:
> Does python have a module that will translate between different spoken
> languages?  My python program displays all of its messages in English
> currently and my boss wants it to default to Korean now.
> 
> Any ideas how to go about doing this?
> 

You need to use gettext.
Please, have a look at http://docs.python.org/lib/module-gettext.html

-- 
Mariano




More information about the Python-list mailing list