When running the test page in the speller folder, I get an error
message that says - No word lists can be found for the language
"en-US".
I am running OS X 10.3.9 with cocoAspell 2.0.1 which seemed to
install correctly in /usr/local/bin, the 0.5.1 version of SpellerPages
and the spellchecker.php script.
Several Aspell english dictionary files are loaded in /Library/
Application Support/cocoAspell/aspell6-en-6.0-0/.
A preference pane is installed for OS X so you can go into
preferences and select Speller then select which dictionaries to use.
I selected English United States.
When I run the index.html page, enter some words then click the
"Check Spelling" button, the spellchecker popup window displays,
shows the "Spell check in process..." notice for an instant then puts
up the error message.
Can you determine form the information provided what steps I
missed? Thank you.
Logged In: YES
user_id=736426
If "en-US" is in the PHP script, this can probably be fixed
by changing it to "en_US".