Wijmo UI for the Web
localization Option
wijmo.evcal.wijevcal Namespace > options type : localization Option

Default value: null

Use the localization option in order to localize text which not depends on culture option.

Syntax
$(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;
Example
$("#eventscalendar").wijevcal(
  {
      localization: {
      buttonToday: "Go today",
      buttonListView: "Agenda"
  }
});
See Also

Reference

options type
wijevcal jQuery Widget