• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

default language for hordi

I

ILLAF

Guest
Hello
i'm new user for plesk.
i've root access.... on my new server
i'll ask u about hordi
i want to set the default language Arabic Syria instead of English
how i can do ?

how i can arrive to config file to change?
 
Not knowing what OS you are running, nor what version of Horde, try looking in either:

/etc/psa-horde/horde/nls.php

or

/usr/share/psa-horde/config/nls.php

You should find:

$nls['defaults']['language'] = '';

change this to

$nls['defaults']['language'] = 'ar_SY';

Disclaimer: Since you post nothing about your server OS or versions, I take no responsibility if this information is not correct for your version of Horde. Do so at your own risk. And try to post more detailed information in the future. Thanks.
 
Back
Top