the ltr modifier will not take effect unless the dir attribute is explicitly set to ltr, so if you are building a multi-directional site make sure to always set a direction, not just in rtl mode.
Simply set the attribute dir="rtl"
to the html tag. It will update the layout mode to RTL mode. No need to change any css or js files.
dir="ltr"
dir="rtl"