Documentation

price

sets the default locale price format

string price;

Example

webix.i18n.dateFormat = "${obj}";
webix.i18n.setLocale("en-US");

See also

Details

You need to call setLocale to apply the new format settings

Back to top