A value that determines the culture ID name.
Type: String
Default: ""
Code Example:
var piechart = document.getElementById("wijpiechart").winControl;
WinJS.UI.setOptions(piechart, {
culture: "zh"
}