Abdulaziz Posted June 19, 2015 Report Posted June 19, 2015 Hi I hope that is the direction of supporting the Arabic language from right to left correctly Add RTL on 3.5 please
Michael Posted June 19, 2015 Report Posted June 19, 2015 You can with 3.5 however it goes by the language files. You can also force it in the structure.pdt file: Find: <html dir="<?php echo (in_array($this->_("AppController.lang.dir", true), array("ltr", "rtl")) ? $this->_("AppController.lang.dir", true) : "ltr");?>"> Replace with: <html dir="rtl">
Blesta Addons Posted June 20, 2015 Report Posted June 20, 2015 Check in my signature a full rtl css thread for client side . Michael 1
activa Posted June 20, 2015 Report Posted June 20, 2015 naja CSS style is working or me in the client side like a charm http://www.blesta.com/forums/index.php?/topic/3461-fully-rtl-to-lft-css/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now