Wijmo UI for the Web
culture Option

Default value: ""

Determines the culture to be used, for example, "de-DE" is German. Date and time formatting depends on the culture option.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "culture", newValue);
        
});
Javascript (Specification) 
var culture : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.