Seite 1 von 1

Disable spellchecking

Verfasst: Mi 7. Apr 2010, 08:48
von rfunken
Hi all,
I have Aspell and a couple of languages installed and it's working fine in MyPhoneExplorer. However, I don't want to use spellchecking at all, in fact it starts to annoy me to have german text checked in english 8) .
I looked for a place to disable spellchecking but couldn't find a setting. Is there some way to disable it? (I wouldn't hesitate to edit some ini file or something, if there's no simpler way)

Regards

Verfasst: Mi 7. Apr 2010, 11:27
von FJ
MyPhoneExplorer uses the same dictionary as the language of MPE. So if you set the interface of MyPhoneExplorer to german then it will use the german lib, when you set the language in MyPhoneExplorer to english then the english lib is used.

To overdie this behavior you have to create a new line in the file general.ini directly under [Main]

Code: Alles auswählen

SpellChecker=C:\Program Files\Aspell\bin\aspell.exe --lang=english
Will force the english dictionary

Code: Alles auswählen

SpellChecker=0
Will disable the Spellchecking at all

Verfasst: Mi 7. Apr 2010, 21:25
von rfunken
I tried to test setting a specific language which didn't work for me. But that's probably related to the way aspell is installed on my system, which is, let's say dodgy :D
Turning off spellchecking completely worked exactly as described.
Thanks very much for the quick response.