|
Title: How to Install a Custom Language Post by: matteoraggi on December 07, 2007, 12:50:39 PM I'm Italian and I have translated part of file italian.php , especially for public part.
- How I can change language to see my italian translations and continue working and testing it? Title: Re: How to Install a Custom Language Post by: victor on December 07, 2007, 04:11:13 PM Hi, you must copy your file into the folder hcl\lang
then you must edit your config.php file and replace this: // The language you wish to use $conf['lang'] = 'english'; with this: // The language you wish to use $conf['lang'] = 'italian'; |