Translates given text using free Bing Translation API.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- text
- Type: System String
Text you want to translate
- sourceLang
- Type: System String
Source language (if null or empty, automatic detection is used)
- targetLang
- Type: System String
Target language
Return Value
Type: StringSee Also