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>
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.