Globalization and Localization

17 Aug 20231 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" />

Blazor RichTextEditor right to left toolbar

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.