Hi,

I would suggest some small changes in the files

 Kernel/System/Web/InterfaceAgent.pm,
 Kernel/System/Web/InterfaceCustomer.pm and
 Kernel/System/Web/InterfacePublic.pm.

The default language for the interfaces is allways 'en'. I think line (in all three files) ~120

 Lang => '',

should look like

 Lang => $Self->{ConfigObject}->Get('DefaultLanguage') || '',

Nothing worldshaking, but our customers and agents complained about it.

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

Reply via email to