Wijmo UI for the Web
localization Option

Default value: null

Use the localization option in order to localize text which not depends on culture option.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijevcal("option", "localization");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijevcal("option", "localization", newValue);
        
});
Javascript (Specification) 
var localization : object;
Example
$("#eventscalendar").wijevcal(
                { 
                    localization: {
                        buttonToday: "Go today",
                        buttonListView: "Agenda"
                    }
                });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.