cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms: Decimal separator for different countries

Former Member
0 Kudos

Hi guys,

How we can make adobe form to automatically display decimal separator as '.'(Dot) or ','(Comma) as per the user country.

I have read in SCN we could use $.locale script on the field. But it is not working as expected. The user from USA need to get the decimal separator as Dot and European countries as Comma, as per their country notation.

Please could any one help me out, thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

prajeshdesai
Contributor
0 Kudos

Try below,

You can simply pass language to docparam in adobe fm,

Or use can use locale setting in client side scripting,


Output,

Note: Run your script at client side.

Hope this helps.

former_member215181
Active Contributor
0 Kudos

Hi Abap1,

I don't know the answer, but surely the requirement is not related to the Country, but rather to the user's settings for decimal notation?

For that, I'd guess that there's a function module which renders the number as a string with the correct notation.

Good luck, anyway,
Dave