Click or drag to resize
TranslationServiceHelperProcessTranslation Method (Stream, TranslationSubmissionInfo)
Translates object specified by XLIFF document. Returns translated object if translation went ok, null otherwise.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static ICMSObject ProcessTranslation(
	Stream xliff,
	TranslationSubmissionInfo submission = null
)

Parameters

xliff
Type: CMS.IOStream
Stream with XLIFF document
submission (Optional)
Type: CMS.TranslationServicesTranslationSubmissionInfo
Translation submission

Return Value

Type: ICMSObject
See Also