Supported services currently include Google Translation and Yahoo/BabelFish. Both services are HTML services and both are accessed via HTML screen scraping.
NOTE: These services may change their format or otherwise fail.
System.Object
Westwind.Globalization.TranslationServices
public class TranslationServices : object
Member | Description | |
---|---|---|
![]() |
Constructor | |
![]() |
TranslateBabelFish | Translates a string using Yahoo's Babel fish service. public string TranslateBabelFish( string Text, string FromCulture, string ToCulture ); |
![]() |
TranslateGoogle | Translates a string into another language using Google's Translation Pages. public string TranslateGoogle( string Text, string FromCulture, string ToCulture ); |
![]() |
ErrorMessage | Error message set when an error occurs in the translation service |
![]() |
TimeoutSeconds | Timeout for how long to wait for a translation. |