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

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