Click or drag to resize
CultureHelperIsCultureRTL Method
Returns true if specified culture is right to left culture.

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

Parameters

cultureCode
Type: SystemString

Return Value

Type: Boolean
See Also