Wijmo UI for the Web
culture Field
wijmo.grid Namespace > IDetailSettings Interface : culture Field

Determines the culture ID.

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: string
value = instance.culture;
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.
See Also

Reference

IDetailSettings Interface