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 gets called in over a dozen other files.PHP Code:$NewsDisplay_DateFormat = 'l, j F Y';
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.



Reply With Quote

Bookmarks