• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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