Hello, i was try translate the fullCalendar Reactive with AdvancedOptions a internal function o this API, but not change the name of the days of week and the month names
This code translate the buttons but not the month and days of week
https://fullcalendar.io/docs/locale-demo this is a link of a demo with translate, but i can't implement this in my application
Someone know how implement this functionalitie or other method of translate this API ?
Hello Joab,
FullCalendar library has most of locales built-in in the library itself, what you all need to do is to call the key for that locale in the advanced options as you can see in the following screenshot
"locale: 'pt-br'"
and the result is in here
please tell me this helps you.