Check if culture code is valid DotNet culture code
(All cultures that ship with the .NET Framework, including neutral and specific
cultures, cultures installed in the Windows operating system, and
custom cultures created by the user).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- cultureCode
- Type: System String
Culture code
- ignoreCase (Optional)
- Type: System Boolean
Specifies whether check for case
Return Value
Type: BooleanSee Also