TranslationServiceHelperGetXLIFF Method (TreeNode, TranslationSettings, String, Int32, Int32) |
Returns XLIFF export for given TreeNode object.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static string GetXLIFF(
TreeNode node,
TranslationSettings settings,
string targetLanguage,
out int wordCount,
out int charCount
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
TreeNode object to export - settings
- Type: CMS.TranslationServicesTranslationSettings
Export 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:
StringSee Also