Click or drag to resize
TranslationServiceHelperCheckAndDownloadTranslations Method
Checks all the available translation services for given site and downloads the translations if they are available, stores them in the submission.

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

Parameters

siteName
Type: SystemString
Site where to check

Return Value

Type: String
See Also