I am trying to translate large number of text files from English to other several languages. And we use Python in our project, we try to use Google translation service to transl
Google does in fact have an official translation API with a REST interface. You can check it out here. Note that it is a paid API with no free quota.