How to get words from google translate phrasebook?
Asked Answered
S

1

12

I need some way to get words from my phrasebook in google translate. How can I get all words from Google Translate Phasebook? Are there any java api for it?

Silicate answered 2/8, 2013 at 14:5 Comment(0)
I
7

Try Firebug to see the GET/POST parameters, then look for something like Curl in Java to send those parameters and finally parse the HTTP response. Google Translate uses ajax to send and receive the HTTP requests and Firebug is the best tool for that.

Internationale answered 2/8, 2013 at 14:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.