Log in or register to post comments
Last post
How to change Scayt default language
Hello!

Is it posible to change the default language that the Scayt plugin uses? I'd like to set it to 'es' (Spanish) since my webpage is completly in Spanish but I haven't been able to: I always have to set manually the language everytime CKEditor opens.

Thanks a lot!
Re: How to change Scayt default language
Seems that this plugin isn't following the configuration conventions of CKEditor.
You can do it this way:
   CKEDITOR._scaytParams = {sLang : 'es_ES'};


But don't be surprised if this changes in the future; as you can see, this is forcing all the instances of one page to share the same language
Re: How to change Scayt default language
Tachán, tachán, funcionó!

Mil gracias!
Re: How to change Scayt default language
And in FCKEditor 2.6.5? I need the default-language in german. And how can i enabled Scayt automatic?