price

sets the default locale price format

string price;

Example

webix.i18n.price = "${obj}";
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new format settings.

See also
Back to top