Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a MFC project in C++ which will use Google Translator API to translate strings into required language from English;

I Have found following link to useful:
https://developers.google.com/translate/v2/libraries[^]

But having no clue if is there any interface in Google Translate API using C++?

Any help where I can start? Any simple sample in C++?


Thanks
Posted
Updated 4-May-13 8:06am
v3

1 solution

The thread Google AJAX API with C/C++[^] has many implemented codes.

Please go through all the posts and try them. You will find one attached file here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900