You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
Hi,,
i'm trying to change format specific with locale and region on my device is United States,
but why the currency format still using US ($) not adjust with my specific locale
example
let money: Money = 9999
debugPrint(money.formattedWithStyle(.CurrencyStyle, forLocale: .Indonesian))
output:
"$9.999,00"
Why format still $ not IDR(Rp) ?
Any ideas?
The text was updated successfully, but these errors were encountered:
Hmm, I think this is probably a bug in how Money is figuring out the NSLocale. I will look into it, but won't have an opportunity for a couple of days.
Hi,,
i'm trying to change format specific with locale and region on my device is United States,
but why the currency format still using US ($) not adjust with my specific locale
example
let money: Money = 9999
debugPrint(money.formattedWithStyle(.CurrencyStyle, forLocale: .Indonesian))
output:
"$9.999,00"
Why format still $ not IDR(Rp) ?
Any ideas?
The text was updated successfully, but these errors were encountered: