1

I am using google apis in c++ client and want to build an application with the google translate v2 api. I have downloaded and installed the relevant libraries.

I am looking for a sample program like the calendar sample that is provided in the google apis.

Please guide me to that, I have been searching online for quite sometime but have had no luck.

4

1 回答 1

0

You can see the below links. It contains API docs and some sample codes and it gives you some ideas.

Api Docs : https://cloud.google.com/translate/v2/getting_started,

API Explorer (you can pull value there and experiment with it what kind of value it takes): https://developers.google.com/apis-explorer/?hl=en_US#p/translate/v2/,

How to use Google Translate API With c++

http://ubuntuforums.org/showthread.php?t=1043267

http://www.codeproject.com/Articles/305536/Google-Translator-API-v-Implementation

于 2015-09-23T12:36:42.307 回答