TranslationServiceHelperProcessTranslation Method (Stream, TranslationSubmissionInfo) |
Translates object specified by XLIFF document. Returns translated object if translation went ok, null otherwise.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static ICMSObject ProcessTranslation(
Stream xliff,
TranslationSubmissionInfo submission = null
)
Parameters
- xliff
- Type: System.IOStream
Stream with XLIFF document - submission (Optional)
- Type: CMS.TranslationServicesTranslationSubmissionInfo
Translation submission
Return Value
Type:
ICMSObjectSee Also