Rohan72
12-28-2007, 10:09 AM
I have a pretty good CMS-script. The only problem is that is purely in English.
I would like to have the date it displays in another language.
In the config.php file it gives the following line:
$NewsDisplay_DateFormat = 'l, j F Y';
NewsDisplay_DateFormat gets called in over a dozen other files.
Is there a way to change the config.php file so it displays the day and month names in another language? I was thinking about an array, but to be honest, i have no clue how to implement that.
I would like to have the date it displays in another language.
In the config.php file it gives the following line:
$NewsDisplay_DateFormat = 'l, j F Y';
NewsDisplay_DateFormat gets called in over a dozen other files.
Is there a way to change the config.php file so it displays the day and month names in another language? I was thinking about an array, but to be honest, i have no clue how to implement that.