Click or drag to resize
CultureSiteInfoProvider.GetSiteCultures Method
Returns the dataset containing the cultures of the specified site. If this feature not available for license type, returns only the first culture in the dataset

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax
C#
public static InfoDataSet<CultureInfo> GetSiteCultures(
	string siteName
)

Parameters

siteName
Type: System.String
Site name

Return Value

Type: InfoDataSet<CultureInfo>
See Also