Re: Automatic language translation

2005-09-02 Thread Magnus Lycka
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
-- 
http://mail.python.org/mailman/listinfo/python-list


Automatic language translation

2005-08-27 Thread Jon
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?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Automatic language translation

2005-08-27 Thread Mariano Draghi
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

-- 
http://mail.python.org/mailman/listinfo/python-list