• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Atmail 1.0.2 language

GiulianoP

Basic Pleskian
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
 
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',
);

will help you.
 
Back
Top