简体   繁体   中英

Classes for translation of text (e.g. en -> de)

嗨,大家好,我想知道是否有任何Microsoft类可以将英语等语言转换为德语,法语等。我想将一些数据转换为特定语言。

If you are looking for a class built into .NET base class library, no, there's not one as of .NET 4.0 beta 1 and I don't expect something like that included in the framework itself. Microsoft provides a Web service, Bing translator that you can use in your application.

Due to the ambiguous nature of [human] language, such a class is not possible to implement in a well-defined manner, and as such will never be part of the .NET Framework. However, there are third party tools and services that provide translation services. If you want real results worthy of a multilingual product release, the only option is having a human translator do the translation, and then include the result in your distributed program.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM