Andreas Kansok - 2002-08-25

As described in help (http://phpay.de/admin/help.php?langID=2#langinc)  language with ID=1 is default one. Same procedure for currency.

The shop itself:
Way1 (recommended): Change in admin-area the values of the first language to your favorit.

Way2: Use a database-tool (i.e. phpMyAdmin for mySQL) to change the ID's directly in table language.

Way3: Change files with editor:
start.php line 28: insert into online ... '$ip', '<your default langID'>, '<your default curr.>','','') ...;
lib.inc.php line 6: $langID= <your default langID>; }
line 14 ... $curID=<your default curID>; }

admin-area (Only together with Way3 needed):
index.php line 9: ... $langID= <your default langID>; }
lang.inc.php line 2: ... $langID= <your default langID>; }
header.inc.php line 16: ... $curID=<your default curID>; ...

(in next release there will be an option ;-)