Dynamically How to change currencySymbol and price in local file

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.

Hi,

please check:

http://forum.webix.com/discussion/4394/how-to-change-the-price-and-currencysymbol-symbol-in-local-file-dynamically#latest