I decided to try to translate my rails app using i18n
into Arabic language which right to left , unlike English language ( from left to right ) , how can I reverse my website in case of Arabic , and reset it back in case of choosing English ?
I tried <html dir="rtl">
, it only changes the direction of the text , I need to make something like in facebook its change the whole site according to the selected language if its from R to L or L to R
How to make a condition to change between RTL and LTR in rails application ?