• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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