AlexYudaev
Results
2
comments of
AlexYudaev
@asaf this is my way. Adding to html dir="rtl" or "ltr" and then check by js ``` javascript if(document.getElementsByTagName('html')[0].dir != "rtl"){ document.write(''); } else { document.write(''); } ```
@afattahi54 you right. sorry, in my projects i just include bootstrap to bootstrap-rtl.