hi i want to use google-translate as part of a C code i am writing i understand that google-translate is use with java-script
my question is how i get it work as part of my C code?
how i make a connection from my C code to the google site?
hi i want to use google-translate as part of a C code i am writing i understand that google-translate is use with java-script
my question is how i get it work as part of my C code?
how i make a connection from my C code to the google site?
First make sure you're not violating their terms of service. Just because it's freely available on the web doesn't mean it's freely available to embed into applications.
Then look into a library that lets you "simulate" web interactions from C, such as cURL.