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

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

Parameters

info
Type: CMS.DataEngineBaseInfo
BaseInfo object to export
settings
Type: CMS.TranslationServicesTranslationSettings
Translation settings
targetLanguage
Type: SystemString
Target language

Return Value

Type: String
See Also