Travis

Anonymous
I want the Events block to dispay the days in French. Where or what do I modify to get this to happen? I have already changed the lanuguage site-wide, but the days for events want change. Thanks.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
In config.php:

$_CONF['locale'] = 'fr_FR';

bye, Dirk

Travis

Anonymous
Thanks, but no luck. I have modified the config.php file and the language works throughout the site. Here is the link http://www.okubicaffe.com/caffe/index.php See the days of the week on the left block.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Geeklog leaves the language and formatting of date and time (mostly) to PHP. For that to work, you have to set the 'locale' entry (see above), so that PHP knows which language to use.

First of all, please double check the correct spelling of the locale setting (mixed lower/upper case, uses an underscore).

If that doesn't work, it's possible that your server doesn't support that locale. Try the little PHP script I posted over here and see what happens.

bye, Dirk