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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Below java code
NumberFormat format = NumberFormat.getCurrencyInstance(Locale.CANADA_FRENCH);
System.out.println(format.format(new BigDecimal("10.33"));
If i run above code using java application - it will result 10,33 $
But same thing if i run through a native build using an lambda.. it will print CA $10.33
I am using latest version quarkus.
Beta Was this translation helpful? Give feedback.
All reactions