Click or drag to resize
TranslationServiceHelperGetTranslationsEncoding Method (Int32)
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(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site

Return Value

Type: Encoding
See Also