如何在asp.net中将文本从一种语言转换为另一种语言
问题描述:
你好,
我受过如何将文本从一种语言转换为另一种语言的约束.
Hello,
I am structed at How to convert text from one language to another language
答
您可以花很长时间编写代码,也可以使用google翻译或babelfish(如果它们公开了API),或者您可以算出如何形成URL.当然,这不会集成到您的网站中. ASP.NET没有用于语言转换的工具,.NET框架也没有.有时您必须是一名程序员并编写实际代码.
You can spend a long, long time writing code to do this, or you can use google translate or babelfish, if they expose an API, or if you can work out how to form the URL to do it. Of course, that won''t integrate in to your site. ASP.NET has no tools for language conversion, nor does the .NET framework. Sometimes you have to be a programmer and write actual code.
:) <code><code><pre><pre><pre> :laugh: </pre></pre></pre>
通过以下链接可以帮助您
http://code.google.com/apis/language/translate/overview.htm [ ^ ]
Go through the below link this may help you
http://code.google.com/apis/language/translate/overview.htm[^]