maddhatter / laravel-fullcalendar

Laravel FullCalendar.io Helper
627 stars 267 forks source link

how to change language #142

Open mehdithemaker opened 5 years ago

mehdithemaker commented 5 years ago

Im trying to change the language to french but im a total newby with this package how can we do that please ?

caroline-castor commented 5 years ago
$calendar->setOptions([
     'locale' => 'fr',
]);
Malkom commented 5 years ago

This solution doesn't work.

$calendar = Calendar::addEvents($events) ->setOptions([ 'firstDay' => 1, 'locale'=> 'fr' ]);

fisrtDay work but locale doesn't.

paranoid73 commented 5 years ago

just add <script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.2.7/lang/fr.js"></script> for the language and it will work.