Possible Duplicate:
Translating human languages in Python
I am trying to develop an application that can accept input from users and translate the input language to another language using python. I have tried to use the replace string function in python but it is not working. I also tried using the gettext
module but I am not very sure it can do the job.