Check your aspell installation

Re: multilanguage spellchecking resolved

by Larry Elchuck -
Number of replies: 0
My assumption above was correct.

After line 40 in spellchecker.php
$current_lang = current_language();

The following line was added
$current_lang = substr($current_lang,0,2);

and it works!

larry