• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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