CultureHelperGetCultureInfo Method |
Gets the culture info for specified culture.
If culture code is invalid, then english culture is returned.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static CultureInfo GetCultureInfo(
string cultureCode
)
Parameters
- cultureCode
- Type: SystemString
Culture code
Return Value
Type:
CultureInfoSee Also