Click or drag to resize
CultureHelperIsNeutralCulture Method
Checks if culture code is neutral culture code.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsNeutralCulture(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code

Return Value

Type: Boolean
See Also