Click or drag to resize
TranslationServiceHelperGetXLIFF Method (BaseInfo, TranslationSettings, String, Int32, Int32)
Returns XLIFF export for given TreeNode object.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static string GetXLIFF(
	BaseInfo info,
	TranslationSettings settings,
	string targetLanguage,
	out int wordCount,
	out int charCount
)

Parameters

info
Type: CMS.DataEngineBaseInfo
BaseInfo object to export
settings
Type: CMS.TranslationServicesTranslationSettings
Translation settings
targetLanguage
Type: SystemString
Target language
wordCount
Type: SystemInt32
Number of words to translate within exported XLIFF
charCount
Type: SystemInt32
Number of characters to translate within exported XLIFF

Return Value

Type: String
See Also