Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion globalization/rtl-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Right-to-left support is configured at the root level so it affects all UI for B

To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.

>caption MainLayout.razor

<div class="skip-repl"></div>
````TelerikLayout.razor
````RAZOR
<TelerikRootComponent EnableRtl="true">
@Body
</TelerikRootComponent>
Expand Down