• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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