CultureSiteInfoProviderCheckCultureCode Method |
Check if culture code is in web, and return culture code, if no, return default culture code.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static string CheckCultureCode(
string cultureCode,
string siteName
)
Parameters
- cultureCode
- Type: SystemString
Culture code - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also