I use Fullcalendar on my site, but I need all text in different language. There is piece of code in that plugin:
// function for adding/overriding defaults
var setDefaults = fc.setDefaults = function(d) {
$.extend(true, defaults, d);
};
But I have no ideas how I can use it. Please, I need help.
You just override the settings when creating the fullcalendar. Like this: