Currency formatting not working on Android #2592
lucascwill
started this conversation in
Debugging help
Replies: 1 comment 1 reply
-
I suspect this may be an issue with the Android build of the locale module - @mhsmith any ideas what might be going on here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on an app for my sales team to use with its customers, but when i get the results on my android the numbers which should be formatted as currency (example: R$5.000,00") come as (5000000000000000).
A simple code exemplifying the function:
Here is how it should be (and also the result when I execute it on Windows):
Here is how it appears when I run the app on Android:
Beta Was this translation helpful? Give feedback.
All reactions