Wijmo UI for the Web
culture Field

Default value: ""

Determines the culture ID.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijgrid.options.culture;
Javascript (Specification) 
var culture : string;
Example
// This code sets the culture to English.
$("#element").wijgrid({ culture: "en" });
Remarks
Please see the https://github.com/jquery/globalize for more information.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.