sanjeev07 / fullcalendar-reactWrapper

17 stars 19 forks source link

how to set locale? #3

Closed DCMay closed 6 years ago

DCMay commented 6 years ago

what I did is : <div> <FullCalendar id = "your-custom-ID" header = {{ left: 'prev,next today', center: 'title', right: 'month,basicWeek,basicDay' }} defaultDate={'2017-09-12'} navLinks= {true} // can click day/week names to navigate views editable= {true} eventLimit= {true} // allow "more" link when too many events **Locale={'zh-cn'}** /></div>

but it's not working.. due,please help.

DCMay commented 6 years ago

just like: locale='zh-cn' .