Search found 1 match

by MRabozee
Thursday 29 September 2022 17:30
Forum: Design, usability and languages
Topic: EU localisation option (replace . with ,)
Replies: 11
Views: 6183

Re: EU localisation option (replace . with ,)

Hello, the possibility to modify the decimal separator and the thousand separator is a must have !
I even tried even to change the js code in www.app/app.js
(in that part:
//decimalPoint: decimalPoint,
//thousandsSep: thousandsSep,
decimalPoint: ',',
thousandsSep: ' ',
)

but it does change only ...