I'm building a small website which will be both in English (LTR) and Hebrew (RTL).
The website uses the same code base, and only changes captions according to the language being displayed.
When an English user enters the site he should see the content from left to right. So lets say I have an image with text next to it - than the image will be on the left and the text on the right.
When a Hebrew user enters he should see that image on the right and the text to it's left.
Is there an acceptable way doing this in bootstrap without having to write the same html twice and without overriding bootstrap css classes?