| ZennoLab.Macros Assembly > ZennoLab.Macros Namespace > TextProcessing Class : Translate Method |
Type: System.String
DLL library.
Type: System.String
The source text.
Type: System.String
Target language.
Type: System.String
Source language (default: auto).
Type: System.String
Proxy URL string
Type: System.String
Additional parameters string
public static string Translate( string dllName, string text, string targetLanguge, string sourceLanguage, string proxyStr, string additionalParameters )
Type: System.String
DLL library.
Type: System.String
The source text.
Type: System.String
Target language.
Type: System.String
Source language (default: auto).
Type: System.String
Proxy URL string
Type: System.String
Additional parameters string
Type: System.String
Result text.
string res = Macros.TextProcessing.TextTranslate("BaiduTranslate.dll", "Hello!", "Chinese");
$res = Macros::TextProcessing::TextTranslate("BaiduTranslate.dll", "Hello!", "Chinese");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.