• 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.

To change default language of the control panel

K

kanchadales

Guest
hello, I have the plesk 7.5.4 rotating in the windows 2003 server, with the license key for 1 language, and this language is English, that it comes as default, however I wanted to place the Portuguese as default. :confused:

Could anybody help me?
Thank you...
 
If my English is confused, speak to me.

I am needing this answer...
 
For that purpose, at first, you should uninstall base locale rpm:
[root@kathy tomcat4]# rpm -q psa-locale-base-en-US
psa-locale-base-en-US-7.5.4-fc2.build75050506.13
[root@kathy tomcat4]# rpm -e psa-locale-base-en-US-7.5.4-fc2.build75050506.13

After that you need to install portugesse locale with 'rpm -Uvh locale_rpm' command.

Further, make sure the following:
'locales' table contains such line:
mysql> select * from locales;
+-------+--------+
| id | active |
+-------+--------+
| "package" | true |
+----------------+

also 'misc' table:
mysql> select * from misc where param='admin_locale' or param='def_locale';
+--------------+-------+
| param | val |
+--------------+-------+
| admin_locale | "package" |
| def_locale | "package" |
+--------------+-------+


where I put package you must put the id of your portugesse package (I dont know ). Mine is spanish (es-ES).
 
kanchadales

You may not change anything and you can install one language pack.
 
Could you explain it here?

because I tried and didn't worked.
 
Back
Top