it seems that nowadays this should be standard instead of hard coded.
there are a lot of people in the EU who would like to read meters, counters with the EU standard(. thousand seperator and , for decimal seperator)
while not an option this was coded in the main.js file
Code: Select all
var _THOUSAND_SEPARATOR = '.';
var _DECIMAL_POINT = ',';
is there a way to get this done, for now a simple manual change in a file would do but i really think there should be a NON US option
thanks