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
One of the simplest ways is to use Selenium for getting the translations of the words and phrases.
Here is a piece of code that gets the word in English and returns the Persian (Farsi) translation. Everything is explained in the readme file on Github:
https://github.com/mnosrati/Google-Translate-Farsi