Unable to set Italian language (online site installation)

2 posts / 0 new
Last post
msimone
Offline
Last seen: 8 years 11 months ago
Joined: 27/04/2015 - 11:07
Unable to set Italian language (online site installation)

Good morning everybody.
I installed katak support on my MAMP server and set the language to italian and it worked correctly (client/admin side).
I moved my installation to an online server, but I see all massages in English.
I tried to set the language from the control panel to other languages (Spanish) and restart the server (apache http), but I see all messages in English.
In the file 'user.inc.php' I print the language set in the configuration panel and it's correct

$lang = $cfg->getClientLanguage();

Here are some informations about server configuration:

PHP Version 5.3.10-1ubuntu3.14
HTTP_ACCEPT_LANGUAGE it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
GetText Support enabled

Can someone, please help me ?

Thanks in advance

Matteo

Tomark
Offline
Last seen: 11 months 1 week ago
Joined: 14/01/2013 - 16:00

Check what locale (Language and Character Set) are enabled on the online server: probably the italian is not available.
On a Linux machine you can check it with the command "locale -a".