可以从 ASP.NET 应用程序使用的翻译服务
可能的重复:
C# - 谷歌翻译
我正在寻找可用于翻译的网络服务或 API从一种语言到另一种语言的文本。文本大小将限制为 10,000 个字符。据我所知,Google 和 Babelfish 都有网站可以执行此操作。但我需要将它集成到我的网络应用程序中。
有什么想法如何继续吗?
PS:我不是在寻找任何付费服务。
Possible Duplicate:
C# - google translate
I am looking for a web service or an API that I can use to translate text from one language to the other. The size of the text will be limited to 10,000 characters. I understand that Google and Babelfish have websites to do this. But I need to integrate it as a part of my web application.
Any ideas how to proceed?
PS: I am not looking for any paid service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用适用于 .NET 的 Google Translation API 链接
或使用 Microsoft Translator V2 API 链接
You can use Google Translation API for .NET link
or Use Microsoft Translator V2 APIs link
在 C# 中使用 Google 翻译
Using Google Translate in C#