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!
