Hello.
I want to use spell check in my mail with more then one dictionary in Zimbra Desktop.
I'm use information from Zimbra Desktop 2 FAQ
Zimbra Desktop 2 FAQ - Zimbra :: Wiki
I'm insert new line in user.js after default language dictionary
user_pref("spellchecker.dictionary", "en-US");
user_pref("spellchecker.dictionary", "ru");
Save and restart Zimbra Desktop.
But no result, spell check working only with one (en-US) dictionary.
I'm try to comment default dictionary
/*user_pref("spellchecker.dictionary", "en-US");*/
user_pref("spellchecker.dictionary", "ru");
Save and restart Zimbra Desktop.
and now spell check working with Russian dictionary.
Is it real spell check with more then one dictionary?
Thanks

Reply With Quote
