Change language - customers
Moderator: crythias
Change language - customers
How can i change default language for all customer only on customer page otrs?
OTRS 5 /
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Change language - customers
Dunno if you can do it for customers only, but there's a default setting in the Defaults.pm. You could copy that to your Config.pm and edit it.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Re: Change language - customers
I add this for all
$Self->{DefaultLanguage} = 'sr_Latn';
reboot, but nothing happens..
i cant found nothing for customer.pl
$Self->{DefaultLanguage} = 'sr_Latn';
reboot, but nothing happens..
i cant found nothing for customer.pl
OTRS 5 /
Re: Change language - customers
is it possible to change default language only for customer page?
Please help
Regards
Please help
Regards
OTRS 5 /
Re: Change language - customers
Is this possible?