Wijmo UI for the Web
localization Field

Default value: null

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijevcal.options.localization;
Javascript (Specification) 
var localization : object;
Example
$("#eventscalendar").wijevcal(
                { 
                    localization: {
                        buttonToday: "Go today",
                        buttonListView: "Agenda"
                    }
                });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.