Click or drag to resize
TranslationServiceHelperIsTranslationAllowed Method
Reflects CMSEnableTranslations setting for specified site.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static bool IsTranslationAllowed(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Boolean
See Also