Hello @Arthur_LEBRIS ,
it could be also database settings. As what UI shows you can be saved differenlty in database.
function numberWithCommas(x) {
return x.toString().replace(".", ",");
}
Or you can find any other locale function or library that is working with JS ES5Marcel Szimonisz