C#语言翻译 [英] C# Language Translator

查看:132
本文介绍了C#语言翻译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。

我想开发一个语言翻译器,我听说过谷歌翻译API,但看起来它不再是免费的。

你知道我能做什么或者在哪里可以找到实现这个目标的东西?

谢谢和问候

Hi.
I want to develop a Language Translator, I heard about Google Translation API but looks like it's not free anymore.
Do you know what can I do or where can I found something to achieve this?
Thanks and Regards

推荐答案

是的,根据这个:

http://code.google.com/apis/language/translate/overview.html [ ^ ]。



怎么办?我知道几种可能性。



首先,看一下Microsoft Translator API:

http://www.microsofttranslator.com/dev/ [ ^ ]。



此外,如果您真的需要它,您仍然可以使用Google翻译或Bing Translator作为Web应用程序:

http://translate.google.com/ [ ^ ],

http ://www.microsofttranslator.com/ [ ^ ]。



如何在你的程序中使用它们?通过 Web抓取的技术。请参阅:

http://en.wikipedia.org/wiki/Web_scraping [< a href =http://en.wikipedia.org/wiki/Web_scrapingtarget =_ blanktitle =New Window> ^ ]。



如何使用.NET和C#?请参阅我过去的回答:

获取具体信息来自网页的数据 [ ^ ],

以及这一个:

如何从其他站点获取数据 [ ^ ]。



-SA
Yes, according to this:
http://code.google.com/apis/language/translate/overview.html[^].

What to do? I know a couple of possibilities.

First, look at Microsoft Translator API:
http://www.microsofttranslator.com/dev/[^].

Also, if you really want it, you can still use Google translate or Bing Translator as Web applications:
http://translate.google.com/[^],
http://www.microsofttranslator.com/[^].

How to use them in your program? By the techniques of Web scraping. Please see:
http://en.wikipedia.org/wiki/Web_scraping[^].

How to do in with .NET and C#? Please see my past answer:
get specific data from web page[^],
and also this one:
How to get the data from another site[^].

—SA


这是您可以查看的内容..我刚刚发布它



使用谷歌翻译的语言翻译 [ ^ ]



谢谢,
Here's one you can have a look into.. I just published it

Language Translator using Google Translate[^]

Thanks,


这篇关于C#语言翻译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆