Copy link to clipboard
Copied
We will never use these presets:
But for the last one. How do we set the default to 1'234.56 wich is the standard here? (and remove the others
Copy link to clipboard
Copied
Neither is possible.
Copy link to clipboard
Copied
"wich is the standard here?"
Where is "here", in which country/language?
(I'm just curious)
Copy link to clipboard
Copied
Switzerland. And Windows is aware of the default settings for numbers only Adobe Acrobat is a bit ignorant. But I can live with that.
Copy link to clipboard
Copied
I just realized that I just need to edit the Custom Format script I use for the French format (12 345 678,33).
This script uses the 12,3456,678.33 format, then it replaces all commas with apostrophes:
event.value = util.printf("%,0.2f",event.value).toString().replace(/\,/gim,"'");
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more