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