RTL support?
PermalinkThanks

So I will just follow-up
I guess nobody in the c5 forum ever tried it.
And nobody in the forum has time or capacity to try it.
So we are waiting for any volunteers to start working on it.
Like my case, nobody was making a progress to have a Japanese version out there, so I decided to jump in to make a Japanese version.
It's an open source community. Somebody needs to volunteer their time.
Worked on a few Chinese projects but without having RTL experience it's difficult to help...
Are there some Arabic php experts out there?
Thank you
Not fully done yet, but you can follow these posts:
http://www.concrete5.org/community/forums/customizing_c5/localizing...
and the translation to Arabic:
http://www.concrete5.org/community/forums/internationalization/upda...
Any news since the post?
is there a RTL capability now?
thanks
lenny
I've created almost 5 RTL sites (have a look at my profile), with fully Arabic interface, so far and all are working just fine.
What is needed mostly is to setup a stylesheet to swtich the interface or maybe just the Areas where content needs to be RTL.
If there is a real need for a document or more info please let me know, and I'll try create a more detailed topic.
Any document onto How to display Arabic Content in c5?
<div class="wrapper" style="direction:rtl"></div>
I think what he meant is a whole RTL of the theme. This is done by changing the css style for example if the original is
float: left
margin-right: 50px
margin-left: 20px
TO RTL it becomes
float: right
margin-left: 50px
mergin-right: 20px
Styling ‘direction:rtl’ gives ‘content’ RTL flow regardless of layout or areas.
Also with Foundation6 you can set the text editor to flow typing RTL.