访问 Google 翻译服务 (C# WinForms)
我见过许多访问谷歌翻译服务的网站和程序。
我正在尝试创建一个小应用程序,其中基本上有 2 个 TextBox 控件和一个按钮,您可以在其中选择要翻译的语言。
但是我如何访问 API 呢?到目前为止我还没有发现任何东西。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发送网络请求至
,
在哪里
0 = 您要翻译的文本,并且
1 = 用“|”分隔的语言对分隔符
Send WebRequest to
,
where
0 = your text to translate, and
1 = language pair separated by "|" delimiter