Click or drag to resize
CultureSiteInfoProviderIsCultureAllowed Method
Checks if the culture is allowed on the site. Returns true if the culture is allowed.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static bool IsCultureAllowed(
	string culture,
	string siteName
)

Parameters

culture
Type: SystemString
Culture to check
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also