Click or drag to resize
CultureHelperGetCultureInfo Method
Gets the culture info for specified culture. If culture code is invalid, then english culture is returned.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static CultureInfo GetCultureInfo(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code

Return Value

Type: CultureInfo
See Also