Monday, January 23, 2012

Is it possible to get the words database from Google Translate?

I am studying Visual Basic now, and i wanted to make Dictionary. So, is it possible to get hold of google's words database, or somehow to make background worker that will go on the internet ask google about the word and return with translation?





Thanks|||You can't get the database itself, but you can make your program use it. This way, however, your program will need access to internet and won't be useful offline.





You can simply make up HTTP requests from Visual Basic, attach the translation text and parse the response. I do the same in PHP and it works, but I don't know Visual Basic enough to help you further.|||maybe truly i did not


tried

No comments:

Post a Comment