Disable spellchecking

For user who dont speak german please use this part of my forum
Gesperrt
rfunken

Disable spellchecking

Beitrag 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
FJ
Site Admin
Beiträge: 32117
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag 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
rfunken

Beitrag 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.
Gesperrt