Dear All
I need to change text direction of RadEditor from server side on the basis of application language. I mean "rtl" and ltr". I have tried with the following but unable to see any difference. Can you guide me in this regard.
if (Page.IsPostBack == false)
{
RadData.Attributes.Add("dir", Activity.getLanguageDirection());
}
I have also tried by adding this attribute to full page which is transformed to rtl/ltl but no effect on RADEditor..
Any suggestions??