rsala2001 Posted March 13, 2005 Share Posted March 13, 2005 I?m having trouble showing Days & Months in spanish language. The local date is correctly displayed but day & month names still in english. In PHP (Server) Variables, I see the correct setting. _SERVER["HTTP_ACCEPT_LANGUAGE"] es-es Then in /languages/espanol.php I have: @setlocale(LC_TIME, 'es_ES') Any suggestions ? :thumbsup: Link to comment Share on other sites More sharing options...
rsala2001 Posted March 13, 2005 Author Share Posted March 13, 2005 Until I get a fix I?ll set: define('DATE_FORMAT_SHORT', '%d/%m/%Y') and define('DATE_FORMAT_LONG', '%d/%m/%Y') in order to show numeric dates only. :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.