RTL Version

RTL Setup using gulp

To make the default RTL version just follow the below steps.

Update the below css file links in the Views/shared/head-css.html file.
<link href="wwwroot/../assets/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" />
<link href="wwwroot/../assets/css/app-rtl.min.css" rel="stylesheet" type="text/css" />

and add the below attribute in the Views/shared/_layout.cshtml file to html tag.
dir="rtl" so you final html tag will be <html dir="rtl">

© Nomzie.
Design & Develop by Themesbrand