访问 Google 翻译服务 (C# WinForms)

发布于 2024-08-22 08:16:01 字数 132 浏览 5 评论 0原文

我见过许多访问谷歌翻译服务的网站和程序。

我正在尝试创建一个小应用程序,其中基本上有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明媚如初 2024-08-29 08:16:01

发送网络请求至

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

,
在哪里
0 = 您要翻译的文本,并且
1 = 用“|”分隔的语言对分隔符

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文