Localized date formats?

Thanks @flokosiol.
It didn’t quite work for me.
Here’s what I’ve done in the end :

<?php setlocale(LC_ALL, 'fr_FR') ?>
<?php $uDate = $event->date('U','startDate') ?>
<?php echo strftime('%A %d %B', $uDate) ?>

It doesn’t look great but it works…