Determines the culture ID to use in rendering the grid. You must include a reference to the globalize.culture file that matches the culture ID you use in order for this option to take effect. See Localization and Globalization for more information.
Default value: ""
Type: String
// This code sets the culture to Japanese. $("#element").wijgrid({ culture: "jp" });