Globalization and Localization
7 Oct 20251 minute to read
Localization
The Rich Text Editor supports localization. Refer to the Blazor Localization documentation 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
EnableRtlproperty does not change automatically based on the current culture. Enable it explicitly when RTL is required.
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor EnableRtl="true" />
NOTE
You can refer to our Blazor Rich Text Editor feature tour for an overview of its capabilities. Explore the Blazor Rich Text Editor example to know how to render and configureĀ the rich text editor tools.