to convert style direction from RTL (right to left) to LTR (left to right)
1- find in templates : "r-right"
replace it with "left-left"
2- find in templates : "l-left"
replace it with "r-right"
3- find in templates : "left-left"
replace it with "l-left"
------------------------------------------
4- find in templates : align="right"
replace it with align="al-left"
5- find in templates : align="left"
replace it with align="right"
6- find in templates : align="al-left"
replace it with align="left"
----------------------------------
7- find in css text-align:right;
replace it with text-align:left-left;
8- find in css text-align:left;
replace it with text-align:right;
9- find in css text-align:left-left;
replace it with text-align:left;
----------------------------------
you can do this replacements in notepad++ it's verry easy