• 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

how to install new language in phpmyadmin ?

igoldman

Regular Pleskian
Hello,
I have noticed that phpmyadmin which comes with Plesk CP for windows (I talk about plesk version 7.5.6) support only UTF-8 languages .
I would like to install new language , I have already notice that this language which I want to install is supported by phpmyadmin but the phpmyadmin which comes with Plesk doesn't show this language , the file of the language which I want to install is already located under the following path:

C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\phpMyAdmin\lang

the name of the file is : hebrew-iso-8859-8-i.inc.php

thanking you in advance
 
You can edit config.inc.php file under the phpmyAdmin folder and set the language option to

// Default language to use, if not browser-defined or user-defined
$cfg['DefaultLang'] = 'en-iso-8859-1';

Thanks
 
Back
Top