Created by: emadehsan
Automate Translation of one Natural Language to another w/o paying money
Google Translation APIs are paid. Businesses usually pay for i18n of their Apps and Websites. While one could write a Scrapper (probably using Selenium because of AJAX) to translate each String to targeted language. But that would tiresome. It uses a specific Google Translate API to translate, as described in Project.
Disclaimer: I have written this.