How can I change the fullcalendar html language dynamically on page load?
Hi,
You can execute any custom js code after the core-js components and plugins are loaded and available by using the below utility method:
// On document ready
KTUtil.onDOMContentLoaded(function () {
// put your custom code
});