문제

I've seen many websites AND programs that access the google translation service.

I'm trying to create a little app where there are basically 2 TextBox controls and a Button, where you can select a language to translate from and to.

But how do I access the API? I've not found anything so far.

도움이 되었습니까?

해결책

Send WebRequest to

http://www.google.com/translate_t?hl=en&ie=UTF8&text={0}&langpair={1}

, where 0 = your text to translate, and 1 = language pair separated by "|" delimiter

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top