How can I change the Month's name: Date added: February 28, 2010 Fecha Ingresada: Febrero 28, 2010 <--------------------- What is the file that I have to edit I did read this issue but I couldnt find the answer...
Dunno what to tell ya. You didnt specify what page you were looking at where the month is displayed so its a bit tough for others to help.
I think you need to the LC time in your language file: setlocale (LC_TIME, 'fr_FR','fra'); PHP: setlocale - Manual
Thanks you Eric I resolve the Problem. I just change English to Spanish and work!! // Set the PHP locale to English setlocale(LC_ALL, 'Spanish'); //setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');