Click or drag to resize
TranslationServiceHelperTranslate Method
Translates given object using machine translation service. Returns true if translation went ok, false if there was any error.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static bool Translate(
	AbstractMachineTranslationService service,
	TranslationSettings settings,
	ICMSObject obj
)

Parameters

service
Type: CMS.TranslationServicesAbstractMachineTranslationService
Machine translation service to use to translate the object
settings
Type: CMS.TranslationServicesTranslationSettings
Translation settings
obj
Type: CMS.BaseICMSObject
Object to translate

Return Value

Type: Boolean
See Also