laravel-fullcalendar icon indicating copy to clipboard operation
laravel-fullcalendar copied to clipboard

how to change language

Open mehdithemaker opened this issue 5 years ago • 3 comments

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

mehdithemaker avatar May 29 '19 21:05 mehdithemaker

$calendar->setOptions([
     'locale' => 'fr',
]);

caroline-castor avatar Jul 11 '19 18:07 caroline-castor

This solution doesn't work.

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

fisrtDay work but locale doesn't.

Malkom avatar Oct 29 '19 15:10 Malkom

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.

paranoid73 avatar Nov 02 '19 05:11 paranoid73