I have this little crazy method that converts BigDecimal values into nice and readable Strings. It however, also produces a so called grouping separator “,” that makes all my values come out like this: I do need the separator to be a dot or a point and not a comma. Does anybody have a clue of how to accomplish this