Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add locale to commas decimal format #39

Open
iGabyTM opened this issue Mar 18, 2023 · 1 comment
Open

Add locale to commas decimal format #39

iGabyTM opened this issue Mar 18, 2023 · 1 comment
Assignees

Comments

@iGabyTM
Copy link
Member

iGabyTM commented Mar 18, 2023

private static final DecimalFormat COMMAS_FORMAT = new DecimalFormat("#,###");

For example, Romania uses #.###,## while USA uses #,###.##

@iGabyTM iGabyTM self-assigned this Mar 18, 2023
@LordVardus
Copy link

That would be good if you could add that, it would look a lot better too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants