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