Hi,
I have a english loacal file. In that file I am using the below code.
webix.i18n.locales[“en-US”]={
price:"$ {obj}",
currencySymbol :"$",
}
I have a one dropdown country list depends on country which I selected I need to change the currency symbol and price. Can you please help me how to do.