toLocaleString() is not working in the nintex form


Badge +6

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


5 replies

Badge +9

Hi ,

Can you try with the following.

204599_pastedImage_1.png

Thanks,

Userlevel 2
Badge +11

And if you specify 'de-de'?

Badge +6

though i have specified .toLocaleString('de-de') or .toLocaleString('de-DE') both are not working its dispalying the US format only

Userlevel 5
Badge +14

do you test in supported browser?

eg. for IE, locale specifiers are supported since IE11

Number.prototype.toLocaleString() - JavaScript | MDN 

Badge

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