Posted on: 06/19/02 08:03pm
By: Anonymous (leoparr)
I'm using the french version but the date and time in the header is still in english.
in french_france.php ($LANG30) all the days and months are there but not used.
How i can fix it?
Locale setting
Posted on: 06/20/02 12:22am
By: Dirk
In your config.php, you'll find this line:
$_CONF['locale'] = 'en-gb';
You'll have to change this to the correct locale for France. I'm not sure, but I assume it should be
$_CONF['locale'] = 'fr_FR';
Please note that there is a bug in the calendar, so that it will still be using english month and day names there. This will be fixed in the next release.
bye, Dirk