Skip to main content

i want to convert the number format in US to germany using the jquery but toLocaleString('de') is not working

Hi ,

Can you try with the following.

204599_pastedImage_1.png

Thanks,


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