Click or drag to resize
TranslationExtensionsSubmitToTranslation Method
Submits the document to a translation.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 11.0.0
Syntax
C#
public static string SubmitToTranslation(
	this TreeNode node,
	TranslationSettings settings
)

Parameters

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

Return Value

Type: String
Null if operation was successful, error message to display otherwise

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TreeNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also