Similar to Issue #17 for SCAYT
When I try the sample of CKEditor 4.3 Beta with the language plugin enabled, enter there content in a different language:
<span dir="ltr" lang="es">
El invierno pasado estuvo tan frío que literalmente se formó hielo en mi barba.
</span>
and then start the spellchecker dialog, it will not understand the whole text, even though it has the proper Spanish dictionary included. It happens because it treats the whole content as if it was written in English.
Ideally, it should detect elements with lang attribute and use proper dictionaries automatically.
Similar to Issue #17 for SCAYT
When I try the sample of CKEditor 4.3 Beta with the language plugin enabled, enter there content in a different language:
and then start the spellchecker dialog, it will not understand the whole text, even though it has the proper Spanish dictionary included. It happens because it treats the whole content as if it was written in English.
Ideally, it should detect elements with lang attribute and use proper dictionaries automatically.