I have an NSDecimalNumber representing a money amount.
I want to print it as \"999 999 999 999 999 999,00\", regardless on the locale.
How do I do that?
I had the same problem. I was told that NSNumberFormatter converts everything to a double first. How did I solve it? It's easy, just write your own formatter.