Click or drag to resize
TranslationServiceHelperGetTranslationsEncoding Method (String)
Returns encoding which should be used for translations (export/import of XLIFF) for given site.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static Encoding GetTranslationsEncoding(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Encoding
See Also