| CultureSiteInfoProviderRemoveCultureFromSite Method (String, String) | 
            Remove culture from the specified site.
            
 
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
 Syntax
Syntaxpublic static void RemoveCultureFromSite(
	string cultureCode,
	string siteName
)
Parameters
- cultureCode
- Type: SystemString
 Code of culture to remove from the site
- siteName
- Type: SystemString
 Name of the site
 See Also
See Also