can anyone help how can i convert my currency amount in current user locale.
I want to convert currency and render in to my own custom view .hbs file.
Thanks
can anyone help how can i convert my currency amount in current user locale.
I want to convert currency and render in to my own custom view .hbs file.
Thanks
Take a look at app.currency.convertAmount() and app.currency.formatAmountLocale(), they should help you accomplish the task at hand.
Here is a gist with an example of its use: