Wijmo UI for the Web
culture Option
wijmo.calendar.wijcalendar Namespace > options type : culture Option

Default value: ""

Assigns the string value of the culture ID that appears on the calendar for the weekday and title names.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "culture", newValue);
        
});
var culture : string;
See Also

Reference

options type
wijcalendar jQuery Widget