Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to change the direction of the solution (RTL And LTR) when i selected the Language DropDown in (ASP.Net Core MVC) and i'm using BootStrap 3.3.7 for the design, i searched a lot but i didn't find proper solution, any help is appriciated.

Thank you,

What I have tried:

<link rel="stylesheet"
      href="https://cdn.rtlcss.com/bootstrap/3.3.7/css/bootstrap.min.css"
      integrity="sha384-cSfiDrYfMj9eYCidq//oGXEkMc0vuTxHXizrMOFAaPsLt1zoCUVnSsURN+nef1lj"
      crossorigin="anonymous">
//compiled and minified theme CSS
<link rel="stylesheet"
      href="https://cdn.rtlcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
      integrity="sha384-YNPmfeOM29goUYCxqyaDVPToebWWQrHk0e3QYEs7Ovg6r5hSRKr73uQ69DkzT1LH"
      crossorigin="anonymous">
//compiled and minified JavaScript
<script src="https://cdn.rtlcss.com/bootstrap/3.3.7/js/bootstrap.min.js"
        integrity="sha384-B4D+9otHJ5PJZQbqWyDHJc6z6st5fX3r680CYa0Em9AUG6jqu5t473Y+1CTZQWZv"
        crossorigin="anonymous"></script>


I used these links to change the direction but it didn't work
Posted
Updated 3-Nov-20 0:41am
v3
Comments
Richard Deeming 3-Nov-20 5:19am    
You haven't provided enough information for anyone to help you. "Bumping" your question isn't going to change that. Instead, provide a proper description of the problem, what you've tried, and where you're stuck.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900