• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Right To Left in ASP.NET Core DocumentEditor Control

Right To left

RTL provides an option to switch the text direction and layout of the editor component from right to left. It improves the user experiences and accessibility for users who use right-to-left languages (Arabic, Farsi, Urdu, etc.). To enable RTL document-editor, set the enableRtl to true.

DEMO
SOURCE

In this example, you can see document-editor right-to-left and the locale set in arabic[locale value is ar-AE]

By default, locale value is en-US. If you want to change the en-US culture to a different culture, you have to change the locale accordingly.

More information about the document editor features can be found in this documentation section.