We wrote an Arabic microsite for one of our English customers a while ago, although we didn't convert TinyMCE to RTL I don't think it'd be too hard.
In regards how to format the front end of the site to RTL, you'll need to design the templates to work RTL and then set the lang and dir attributes of the HTML node eg: <htmllang="Ar"dir="rtl"xmlns="http://www.w3.org/1999/xhtml"> other than that, Umbraco handles it out of the box. :)
Hebrew / Arabic site?
Hi,
We're looking into developing a Hebrew and Arabic site, I was wondering if anyone has done this before with Umbraco.
How would you implement ritght-to-left directional characters in the Umbraco CMS as well as the site itself?
Thanks.
sonix.
We wrote an Arabic microsite for one of our English customers a while ago, although we didn't convert TinyMCE to RTL I don't think it'd be too hard.
In regards how to format the front end of the site to RTL, you'll need to design the templates to work RTL and then set the lang and dir attributes of the HTML node eg: <html lang="Ar" dir="rtl" xmlns="http://www.w3.org/1999/xhtml"> other than that, Umbraco handles it out of the box. :)
Tim
Thanks for that Tim!
is working on a reply...