Default value: ""
Determines the culture to be used, for example, "de-DE" is German. Date and time formatting depends on the culture option.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijevcal("option", "culture");
// Set value
var newValue; // Type: string
$(".selector").wijevcal("option", "culture", newValue);
});
See Also