You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/multiselect/accessibility-and-internationalization/right-to-left-support.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,35 @@ tags: right-to-left,support
7
7
published: True
8
8
position: 0
9
9
---
10
+
11
+
12
+
# Right-to-Left Support
13
+
14
+
The **RadMultiSelect** fully supports right-to-left (RTL) language locales (**Figure 1**). In order to turn on the RTL support you should set **dir=rtl** to the html or body element or at least to its parent element (**Figure 1**). You can also use the **direction:rtl** CSS property.
0 commit comments