I have a date cck field that I am including in a view on a bilingual English and French site. I would like to get Wednesday, December 9, 2009 and mercredi, 9 decembre 2009 for the two dates. The text fields change between languages fine when using the language switching block but the date remains in English for both words and order. I have set up date_locale module and defined different orders of date parts in the two languages using it. I checked to see if date or date_locale have the names of the days of the week or the months in them but they don't (event module does but I'm using a list view).

What am I missing in terms of configuration? Is this a Drupal config thing? Is views not supporting this properly? Do I need to recompile PHP with some other library??

TIA