Change the month's name

Discussion in 'Customizations' started by lowis, Mar 1, 2010.

  1. lowis Customer

    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...
  2. Lhotch curmudgeon

    did you look in the language file and in the template in question?
  3. lowis Customer

    I am sorry But I cant find the code that I have to change, not is in language file.
  4. Lhotch curmudgeon

    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.
  5. Eric Barnes Guest

    I think you need to the LC time in your language file:
    setlocale (LC_TIME, 'fr_FR','fra');
    PHP: setlocale - Manual
  6. lowis Customer

    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');

Share This Page