NOTE: These services may change their format or otherwise fail.
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 translate API JSON calls. 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 |