Is it possible to remove spellcheck link and icon from Roundcube, since it is not working when I use languages other than English?
Thanks
I am using German and it's working fine! Look at the main.inc.php there are two options you have to edit.
// the default locale setting
$rcmail_config['locale_string'] = 'de';
and
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;
Greetings Jo_shi
If that don't work and you still want to remove it then go to skins/default/templates/compose.html then remove <roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" />
I have tried to remove it but it is still there.