Globalization and Localization
14 Oct 20241 minute to read
Localization
The Rich Text Editor component can be localized. Refer to the Blazor Localization topic to localize Syncfusion Blazor components.
Globalization
Enable RTL mode
Specify the direction of the Rich Text Editor component using the EnableRtl property. Writing systems will require Arabic, Hebrew, and more. The direction can be switched to right-to-left.
NOTE
The
EnableRtl
property will not change based on the current culture.
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor EnableRtl="true" />
NOTE
You can refer to our Blazor Rich Text Editor feature tour page for its groundbreaking feature representations. You can also explore our Blazor Rich Text Editor example to know how to render and configureĀ the rich text editor tools.