how to change the default whm language to portuguese?

HostFoz

Member
Jun 20, 2005
5
0
151
Hi there, I would like to know how can I change the language in my cpanel from english to portuguese, I downloaded the file with the translation in txt format and uploaded as a new language with the txt extension removed, now I dont know how to make cpanel use this language instead of the default english. Somebody help?
 

rsilviu

Member
Sep 14, 2003
9
0
151
Romania
Portugues as default

Ola,

I think you should copy the content of the portuguese file to english file.
Let's say your portuguese language file is named portugues.

cp /usr/local/cpanel/lang /root -R

cp /usr/local/cpanel/lang/portugues /usr/local/cpanel/lang/english
echo pt > /usr/local/cpanel/lang/.english.analog
echo pt > /usr/local/cpanel/lang/.english.awstats
echo pt > /usr/local/cpanel/lang/.english.webalizer


If you want to reverse the changes,
cp /root/lang /usr/local/cpanel -R

Regards,
SRI
WebHostingSpace.Net
 

Attachments

[email protected]

Well-Known Member
Mar 5, 2002
487
0
316
Los Angeles California
Very generous of you to share your language file!
thumbs up!
:cool:
 

prixone

Well-Known Member
Mar 4, 2004
111
3
168
cPanel Access Level
Root Administrator
there is no way of having an option about what language you want to set or let the user be able to choise it ?

Do i really have to copy portuguese into the english to make it work with portuguese ?


thx for the share.