Wijmo UI for the Web
culture Option
wijmo.input.wijinputnumber Namespace > options type : culture Option

Default value: ""

Determines the culture used to show values in the wijinput widget.

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

Reference

options type
wijinputnumber jQuery Widget