CultureHelperGetShortCultureCode Method |
Returns the short culture part, just the main culture identifier ("en-us" => "en").
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetShortCultureCode(
string cultureCode
)
Parameters
- cultureCode
- Type: SystemString
Culture code
Return Value
Type:
StringSee Also