|
Title: Translation/Language Post by: mtarantjr on November 09, 2007, 04:51:17 PM Hello all.
I just installed the system and tried to find in the forum about to change the language into brazilian portuguese but I didn?t find it. Can anyone tell me where I can find the topic? Thanks a lot. Mauro. Title: Re: Translation/Language Post by: victor on November 09, 2007, 05:34:32 PM Hi and welcome. To change the language you must edit this file:
hcl/config.php Find the line: // The language you wish to use $conf['lang'] = 'english'; And change english to portuguese Title: Re: Translation/Language Post by: mtarantjr on November 12, 2007, 04:27:20 PM Thanks a lot Victor.
It?s already done. I just need to know some detail. The portuguese language has some truncated special characters. I corrected them, but the works still appear truncated. How can I show the special chars like ?, ?, ecc, correctly? Thanks a lot Mauro. Title: Re: Translation/Language Post by: victor on November 12, 2007, 05:53:38 PM I've tried using those characters you sent and there were no problem. Try to use the ASCII code, for example use
Code: ã instead of Title: Re: Translation/Language Post by: HCL Admin on November 13, 2007, 12:25:51 PM Also find out if Apache and PHP are set to allow the characters. If I remember correctly, this has been an issue in the past for others.
|