Click or drag to resize
CultureSiteInfoProviderGetSiteCultureCodes Method
Returns the arraylist containing the culture codes of the specified site. If this feature not available for license type, returns only the first culture found

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public static List<string> GetSiteCultureCodes(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: ListString
See Also