How to set CKEditor to work with indian languages.
I know how to change the configuration to make CKEditor working with other languages. Also why the default setting is still "convert all non-latin characters to html entities". ?
I know how to change the configuration to make CKEditor working with other languages. Also why the default setting is still "convert all non-latin characters to html entities". ?
Re: how to use indian languages
As for question no 1: you can use the Hindi language file (hi.js) to display CKEditor interface in Hindi. Note, however, that this localization is not complete, so it would be really cool if you could add the missing strings (contact me via PM if you feel like doing it, lots of people would surely appreciate that).
Anyway, to change the interface language, place the following in your editor configuration:
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: how to use indian languages
Re: how to use indian languages
Of course, as long as the language version that you would like to use exists. If not, you can supply it and we would be most happy to add it to our code base for other users to enjoy.
Currently CKEditor is localized into almost 60 languages (with varying level of completeness); you can see the localizations when you open the User Interface Languages (ui_languages.html) sample from CKEditor "_samples" folder.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!