Class for translating text using the Google Translate service
Recently, the task was to programmatically translate text on the fly. There was no time to search for a ready-made solution. Then, on the spot, I was struck by the news that the Google Translate API will soon cease to work ( prooflink ).
As a result, I had to quickly write a class that uses directly where http://translate.google.com goes to translate .
It turned out pretty versatile and extensible. The project can be downloaded from GitHub .
As a result, I had to quickly write a class that uses directly where http://translate.google.com goes to translate .
It turned out pretty versatile and extensible. The project can be downloaded from GitHub .