Hi,
I have one editor instance on my page. By some user action, the editor content can be changed on the fly. Users can load French, Spanish or Dutch content without reloading the editor.
Depending on the language of the content, I need to change the SCAYT language. So I have to change the SCAYT language using some javascript depending on the content language loaded by the user.
Is this possible ?
I have one editor instance on my page. By some user action, the editor content can be changed on the fly. Users can load French, Spanish or Dutch content without reloading the editor.
Depending on the language of the content, I need to change the SCAYT language. So I have to change the SCAYT language using some javascript depending on the content language loaded by the user.
Is this possible ?

Re: SCAYT language question
You can use code similar to this:
CKEDITOR.plugins.scayt.instances.editor1.setLang("en_US");The code above is for the instance of editor - editor1.
The list of currently supported languages is
SpellChecker.net support team
Re: SCAYT language question
Re: SCAYT language question
http://demo.webspellchecker.net/demo/ckscaytlangs.html