Automatic language translation

Magnus Lycka lycka at carmen.se
Fri Sep 2 07:26:13 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?

"import gettext" is a start... See
http://docs.python.org/lib/module-gettext.html



More information about the Python-list mailing list