Default value: null
Use the localization option in order to localize text which not depends on culture option.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijevcal("option", "localization"); // Set value var newValue; // Type: object $(".selector").wijevcal("option", "localization", newValue); });
var localization : object;
$("#eventscalendar").wijevcal( { localization: { buttonToday: "Go today", buttonListView: "Agenda" } });
options type wijevcal jQuery Widget