• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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