| CultureSiteInfoProviderIsCultureAllowed Method | 
            Checks if the culture is allowed on the site. Returns true if the culture is allowed.
            
 
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also