Open mehdithemaker opened 5 years ago
$calendar->setOptions([
'locale' => 'fr',
]);
This solution doesn't work.
$calendar = Calendar::addEvents($events) ->setOptions([ 'firstDay' => 1, 'locale'=> 'fr' ]);
fisrtDay work but locale doesn't.
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.
Im trying to change the language to french but im a total newby with this package how can we do that please ?