Wijmo UI for the Web
culture Option

Default value: ""

Culture name, e.g. "de-DE".

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijdatepager("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijdatepager("option", "culture", newValue);
        
});
Javascript (Specification) 
var culture : string;
Example
// This markup sets the culture to German:
$("#element").wijdatepager( { culture: "de-DE" } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdatepager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.