[Solved]: Changing Language Names [Solved]: Changing Language Names
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Changing Language Names

Started by nova-bossa, May 06, 2004, 11:31:23 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

nova-bossa

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.

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

nova-bossa