Hi Marc,

On Wed, Feb 12, 2003 at 02:13:31PM +0100, Marc Scheuffler wrote:

> Could someone write a quick note how to set german as default language
> with ispell and otrs?
> Is there a parameter that i can't find?

Sorry, this is a bug! :-/ I fixed it in 1.0.x CVS.

-=> Now each agent can select the default dictionary in perference in perferences.

I added the following to Kernel/Config/Defaults.pm

[...]
    $Self->{SpellChecker} = 'ispell';
    $Self->{SpellCheckerDictDefault} = 'english';
    $Self->{SpellCheckerDict} = {
        # installed dict => frontend
        'english' => 'English',
        'deutsch' => 'Deutsch',
    };
[...]

> Marc

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
"There are two major products that come out of Berkeley: LSD and Unix.
We don't believe this to be a coincidence."  -- Jeremy S. Anderson

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to