Translates given object using machine translation service. Returns true if translation went ok, false if there was any error.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- service
- Type: CMS.TranslationServices AbstractMachineTranslationService
Machine translation service to use to translate the object
- settings
- Type: CMS.TranslationServices TranslationSettings
Translation settings
- obj
- Type: CMS.Base ICMSObject
Object to translate
Return Value
Type: BooleanSee Also