Our visual controls provide support for right-to-left languages such as Arabic and Hebrew. So, you can rely on DevExpress web controls when creating international web pages that require support for right-to-left reading order, as well as the mirroring of UI elements.
To switch a control to a right-to-left representation, simply enable a single property - RightToLeft. When this property is on, the text flows from right to left in the control, and the control itself is mirrored (the layout of its UI elements is reversed).
If you need to apply right-to-left representation to all DevExpress web controls within your web application, you can enable a special configuration option (the rightToLeft option) within the Web.config file, instead of switching RightToLeft property for each control. This option can be accessed within the 'settings' group of the devExpress section in the Web.config file.