Worked very well, thank you.
I changed it on the file functions.php .
Yes, I had to made 2 changes to adjust for bidirectional:
1. Put in comment the line that define the default language to Hebrew at wp-config.php.
2. Inside the header.php, set an if condition: if it the language is herbrew, load the rtl css files and set the html-element dir attribute to rtl.
Do you have any estimation when v0.7 will be ready?
Because I still have small issues and I’m not sure why. Do you know if I can somehow change also the dir attribute in the first code line of a page when switching a language, not only the lang attribute?
(as mentioned before, right now I changed it using an if condition and I’m not sure if I do it too late or not)
Regardless, I tested few other plugins before this one and this plugin is just great. Thank you.