G GiulianoP Basic Pleskian Sep 21, 2010 #1 Hi.... I use Plesk 9.5.2 and I would like to know if is possible to set the Italian language like default language for all my customers. Thanking in advance. Giuliano
Hi.... I use Plesk 9.5.2 and I would like to know if is possible to set the Italian language like default language for all my customers. Thanking in advance. Giuliano
IgorG Plesk addicted! Plesk Certified Professional Sep 21, 2010 #2 Not sure, but maybe cistomization of /var/www/atmail/libs/Atmail/Config.php in part of: $language = array ( 'english' => 'English', 'espanol' => 'Espanol', 'french' => 'French', 'german' => 'German', 'italiano' => 'Italiano', ); Click to expand... will help you.
Not sure, but maybe cistomization of /var/www/atmail/libs/Atmail/Config.php in part of: $language = array ( 'english' => 'English', 'espanol' => 'Espanol', 'french' => 'French', 'german' => 'German', 'italiano' => 'Italiano', ); Click to expand... will help you.