i want to convert the number format in US to germany using the jquery but toLocaleString('de') is not working
Page 1 / 1
And if you specify 'de-de'?
though i have specified .toLocaleString('de-de') or .toLocaleString('de-DE') both are not working its dispalying the US format only
do you test in supported browser?
eg. for IE, locale specifiers are supported since IE11
Number.prototype.toLocaleString() - JavaScript | MDN
It's not working for me aswell. I checked many different configurations, it just always return the same value which was entered without any modifications. Any help?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.