I need to set the input language of HTM Editor as Farsi. Can i done this with
CKEditor ? ?.
I already done this with some textboxes and textareas with a .js file named
"FarsiType.js".
FarsiType.js is here : http://www.farsitype.ir/FarsiType.js
When we add an attribute lang="fa" with textbox control its input will be
change to Farsi language.
like this :
<asp:TextBox runat="server" ID="tr" lang="fa" dir="rtl"/>
Sat, 03/10/2012 - 07:40
#1
Re: How to change the input language of CKEDITOR
You can try to use this code as a base to create your own plugin: viewtopic.php?f=18&t=24967