Skip to main content
Nintex Community Menu Bar

toLocaleString() is not working in the nintex form

  • June 15, 2017
  • 5 replies
  • 10 views

Forum|alt.badge.img+6

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

5 replies

Forum|alt.badge.img+9

Hi ,

Can you try with the following.

204599_pastedImage_1.png

Thanks,


Forum|alt.badge.img+11
  • Nintex Partner
  • June 15, 2017

And if you specify 'de-de'?


Forum|alt.badge.img+6
  • Author
  • June 15, 2017

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


Forum|alt.badge.img+14
  • Scholar
  • June 15, 2017

do you test in supported browser?

eg. for IE, locale specifiers are supported since IE11

Number.prototype.toLocaleString() - JavaScript | MDN 


Forum|alt.badge.img

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?