TranslationExtensions SubmitToTranslation Method Kentico 8.1 API Reference
Submits the document to a translation.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Source culture document (if you want to translate EN to CZ, pass EN version of the document as this parameter)
settings
Type: CMS.TranslationServices TranslationSettings
Translation settings

Return Value

Type: OnlineString
Null if operation was successful, error message to display otherwise
See Also