
hi im from brazil and im doing some customization on otrs, im running linux suse91 and i have installed ispell-brazilian dictionary and on Default.pm $Self->{SpellCheckerDictDefault} = 'brazilian'; and $Self->{PreferencesGroups}->{SpellDict} = { Colum => 'Other Options', Label => 'Spelling Dictionary', Desc => 'Select your default spelling dictionary.', Type => 'Generic', Data => { # dict => frontend (ispell) 'english' => 'English', 'brazilian' => 'Brazilian', but all the times when i trie to check something, it always use english dictionary, by the way in prompt if i run ispell -d brazilian and type something in portuguese it says me thats ok and, where is SET the default language (ALL THE TIME, in both agent/admin and customer logins screens). because i have this $Self->{DefaultLanguage} = 'pt_BR'; and i always have english login screens thanks in advance Marcello ps: sorry my poor english