Guest Posted April 17, 2005 Share Posted April 17, 2005 On the botom of my page i have : 378478 requests since Sunday 28 March, 2004 but when i switch for Portuguese this month and day must change for Portuguese language, but don't change, the day and month remain in English... 378479 visitas desde Sunday 28 March, 2004 Where i can change the month and day's for the diferent languages used on my site???? Thanks in advance for any help Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2005 Share Posted April 17, 2005 It's resolved!!!!! For another guys, this may can Help... for Example for portuguese..... go to catalog/admin/includes/language/portuguese.php and go to catalog/includes/languages/portuguese.php and change the line on the begining of eatch of language file... @setlocale(LC_TIME, 'en_US.ISO_8859-1'); //For English Language @setlocale(LC_TIME, 'pt_PT.ISO_8859-1'); //For Portuguese Language @setlocale(LC_TIME, 'es_ES.ISO_8859-1'); //For Spanish Language @setlocale(LC_TIME, 'de_DE.ISO_8859-1'); //For German Language Any question about this maybe i can help... :thumbsup: Link to comment Share on other sites More sharing options...
georgepribac Posted May 28, 2005 Share Posted May 28, 2005 As you suggested I've changed the local settings for romanian language like this: @setlocale(LC_TIME, 'ro_RO.ISO_8859-1'); //For Romanian Language But, hey, still no change. Month and days are still in english :( Have any suggestions? Link to comment Share on other sites More sharing options...
Amun-Ra Posted May 12, 2006 Share Posted May 12, 2006 @setlocale(LC_TIME, 'ro_RO.ISO_8859-2'); Link to comment Share on other sites More sharing options...
akeram Posted May 12, 2006 Share Posted May 12, 2006 On the botom of my page i have : 378478 requests since Sunday 28 March, 2004 but when i switch for Portuguese this month and day must change for Portuguese language, but don't change, the day and month remain in English... 378479 visitas desde Sunday 28 March, 2004 Where i can change the month and day's for the diferent languages used on my site???? Thanks in advance for any help While we are on the footer display, how does one edit the number of requests (378478 requests ) to a smaller number? Thanks, Andy :huh: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.