Click or drag to resize
HTMLHelperFixRTLText Method
Fixes RTL text. Adds special marks at the end (at the beginning) of the text if it ends (starts) with weak unicode symbol.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string FixRTLText(
	string text
)

Parameters

text
Type: SystemString
Text to fix

Return Value

Type: String
See Also