Is there a way to change/add/remove css when language or language direction changes?
I mean - when in English (LTR), a certain element floats to the left but when the site changes to a RTL language (Hebrew) the element floats to the right.
I just doubled css rules. When you create English element, called, say, “paragraph”, then you copy it to Hebrew version and create a new css rule for it before changes, say “paragraph-he”. Then you make all your RTL changes.
Good luck!