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.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string FixRTLText(
string text
)
Parameters
- text
- Type: SystemString
Text to fix
Return Value
Type:
StringSee Also