
17 Jan
2006
17 Jan
'06
5:32 p.m.
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