halisemre Posted May 18, 2007 Posted May 18, 2007 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. Karmen
Qihun Posted May 18, 2007 Posted May 18, 2007 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
halisemre Posted May 19, 2007 Author Posted May 19, 2007 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 Karmen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.