View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#4
Originally Posted by shadom View Post
I would prefer german spellchecking but no spellchecking ist better than one in a different language
So even that would be ok with me
I wrote about it into Mozilla's forums. I found a solution, but it is a little hacky:

Open /home/opt/mozilla/fennec-1.0.0/defaults/preferences/mobile.js (with Midnight Commander, or whatever, I did it with WinSCP), and edit this line:
Code:
pref("layout.spellcheckDefault", 1);
change 1 to 0:
Code:
pref("layout.spellcheckDefault", 0);
That should do it.

As for the language, go to the Preferences UI, and change the "Language" from "Auto-Detect" to "Deutsch".

Last edited by Venemo; 2010-03-19 at 13:29. Reason: some more guidance