I have an app that prints a calculated money value and I want to display that value with the default currency format.
For example in Europe you would write:
1.000,95€
In the US I think you would write
1,000.95$
In other currencies there are more or less values displayed for the decimal fraction, in US it would be 2 but in Japan it would be 0.
How can I obtain a exact as possible format for all existing currencies?