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.1.5347.20411)
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:See Also