Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change date language ?


macosx

Recommended Posts

I would like to change date and other configs like this.

I have:?240 visitas desde Thursday 12 February, 2004

 

So.. date is in english, and I would like it my the same language of my store.

 

Any help? Any idea?

Thanx people.

Link to comment
Share on other sites

You will need to alter the language file, is your store in spanish?

 

If so go to includes/languages/spanish.php

 

Control the setlocale on row 19, it probably reads:

@setlocale(LC_TIME, 'en_US.ISO_8859-1');

 

In order to get spanish change it to:

@setlocale(LC_TIME, 'es_ES.ISO_8859-1');

 

Do the same for admin/includes/languages/spanish.php

 

/Andreas

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...