I've set the number format for most of the numbers I'm showing in my app to be currency with standard notation since I'm dealing with income and expenses. This means commas are used as thousands separators and dots as decimals separators. Everything works perfectly fine, but when going into the app on another device, the number format is different and uses dots for thousands and commas for decimal places.
I'm pretty sure it has something to do with localization or something like that, but I can't find how to fix this issue. I need everywhere to use commas for thousands and dots for decimals.
Anyone have any clue what to do here?