diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md index 493cc693b4..5512604ab2 100644 --- a/globalization/rtl-support.md +++ b/globalization/rtl-support.md @@ -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 Enable RTL +
-````TelerikLayout.razor +````RAZOR @Body