Hello Team,
Onchange of country dropdown I need to show the currency symbol based on selected country. I am using the following code.
webix.i18n.locales[“en-US”].price = “{obj} €”;
webix.i18n.setLocale(“en-US”);
after changing setlocale pricetext field is not changing with new currency symbol. How to refresh after setting new setlocale.