Using toLocaleString()
doesn’t have expected behaviour.
On the web if you had the number 98768
and converted it to a string with toLocaleString()
it would return "98,768"
. But in NativeScript it just returns "98768"
.
Anybody else hit this issue? Why doesn’t it behave the same?
Thanks.