coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: nova-bossa on May 06, 2004, 11:31:23 AM

Title: [Solved]: Changing Language Names
Post by: nova-bossa on May 06, 2004, 11:31:23 AM
where can i edit the language names so that they get recognized?

i have these languages:

brazilian_portuguese.php
english.php
german.php



i'd like to change them to:

1.English.php
2.Brasileiro.php
3.Deutsch.php


if i only change the file names the script will not recognize them.
Title: Re: Changing Language Names
Post by: Casper on May 06, 2004, 03:20:52 PM
Assuming you are using the 1.2x mod,with the language selection in the anycontent file, you change it there.

Find;
$language_name['german']    = 'German';

and change it to;
$language_name['german']    = 'Deutsch';

And so on.
Title: Re: Changing Language Names
Post by: nova-bossa on May 06, 2004, 11:10:19 PM
solved. thanks.