sets the format of the price number
webix.i18n.priceSettings:{
groupSize:3, //the number of digits in a group
groupDelimiter:" ", //a mark that divides numbers with many digits into groups
decimalDelimiter:"",//the decimal delimiter
decimalSize:0 //the number of digits after the decimal mark
}
webix.i18n.setLocale("en-US");
As a string the parameter can take only one of a predefined set of values.
The predefined values are:
You need to call setLocale to apply the new format settings