RTL style
Brought to you by:
cdolivet
abitily to switch the {text,edit}area to right-to-left writing.
Setting the CSS style 'direction' to 'rtl' in sub-elements of div#content_highlight and div#selection_field almost did the trick but the edited -and highlighted- line was messy.
( This request echoes one made via mail a few month ago - I don't intend to bug you; just to trace the feature request )
I'm interessed too in that function :
The RTL (Right-To-Left) is only for :
'arabic' => 'ar',
'hebrew' => 'he',
'malay' => 'ms'
The Div must contain the lang param to display gracefully
<div dir="rtl" lang="ar">
Regards