Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deafult Language Date and time


halisemre

Recommended Posts

Posted

My server oscommrce default language is set to French everything is in french but the dates show as stilll Engligh?

 

Do you guys know any solution thanks.

Posted

In contribution area have french language files->download one of them and check the main language file -french.php

for first part where it's define set_locale

for different server type have different char set

case "freebsd":
case "macintosh":
	@setlocale(LC_TIME, "fr_FR.ISO_8859-1");
	break;
case "windows":
	@setlocale(LC_TIME, "fr");
	break;
default:
	@setlocale(LC_TIME, "fr_FR");

 

oops I did it for you

Posted

thanks for your quick reply but this methods didnt work for me ...i think it has something to do with php.ini settings.

 

anyone have any idea?

 

thanks in advance

Archived

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

×
×
  • Create New...