I am trying to force the currency formatter to only show specific country currency symbol.
let formatter = NumberFormatter()
formatter.numberStyle = .currency
formatter.string(from: cost as NSNumber)
How to force currency formatter to specific country symbol ?