"Jon Monteleone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a program that currently displays all of its messages and >instructions in only > English. My boss wants me to change it all to Korean. Is there a python > module that will > automatically translate my English to Korean?
You could write something that autosubmitted things to a translation site like babelfish, Or just catenate all strings into one text and submit that. There is a system (that I have not used) for internaionalizing code that keeps messages to be translated in a separate resource file. Name excapes me at the moment though. Terry J. Reedy -- http://mail.python.org/mailman/listinfo/python-list