CultureSiteInfoProviderGetSiteCultureCodes Method |
Returns a list containing the culture codes of the specified site.
If this feature not available for license type, returns only the first culture found
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static List<string> GetSiteCultureCodes(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name
Return Value
Type:
ListStringSee Also