How to change the customer login language

Moderator: crythias

Locked
roghan
Znuny newbie
Posts: 4
Joined: 24 Feb 2016, 15:19
Znuny Version: 5.0.6

How to change the customer login language

Post by roghan »

Hi,
as per title, I'm not able to change the English default language for the customer login page (I would like to change it in Italian). I followed some instructions that I found here (viewtopic.php?t=11096), but with no success.
My steps:
- added the $Self->{DefaultLanguage} = 'it'; line in /opt/otrs/Kernel/Config.pm
- restarted the httpd and mysqld services

However, the customer login page is always in English. I also searched for the IT language file in /opt/otrs/Kernel/Language, and the it.pm file is correctly present.

Where is the error?

Thanks! :)
jjurkus
Znuny newbie
Posts: 54
Joined: 29 Jan 2016, 15:36
Znuny Version: 6.0.17

Re: How to change the customer login language

Post by jjurkus »

With OTRS5 you mainly look first in Sysconfig.

Framework -> Core
DefaultLanguage
Default value: en

Change that, see if it helps.
OTRS 6.0.x on CentOS 7 with a PostgreSQL database.
roghan
Znuny newbie
Posts: 4
Joined: 24 Feb 2016, 15:19
Znuny Version: 5.0.6

Re: How to change the customer login language

Post by roghan »

jjurkus wrote:With OTRS5 you mainly look first in Sysconfig.

Framework -> Core
DefaultLanguage
Default value: en

Change that, see if it helps.
I already changed it, but I have just found out the issue! It was the browser language that shows the login page in English. I tried to change the browser language in Italian, and I can see correctly the Italian login :D .

Thanks...
Locked