Skip to content Skip to sidebar Skip to footer

How To Use Google Translate Api From Code

I am trying to create an app that send a word to translate.google.com, take the result of the translation and display it to the user. I composed the URL but I do not know how to ex

Solution 1:

Google translate provide API for retrieving translations. You should use json object and GET request to the google translate server. In this link you can find the official Developer's Guide with code examples.


Post a Comment for "How To Use Google Translate Api From Code"