Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion globalization/rtl-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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`.

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