Skip to main content
cmvarga5
Known Participant
February 5, 2025
Answered

Format > Special> Arbitrary Mask Custom Warning

  • February 5, 2025
  • 1 reply
  • 263 views

So I am using an arbitrary mask for a French form. If I apply the wrong format, it will give a warning. (eg. 999 999 999 for social security number format). Unfortunately, I do not know how to get that warning in French, unless I do so using java script. Can someone help me with a custom script I can use to replace the English warning?

Thank you so much!

Correct answer try67

That is not possible, but if the UI of the application is in French then that message should also be, I'm guessing.

But there's no way to change it if it's not, unless you do the validation in your own code.

You can report it to Adobe as a bug, though.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 5, 2025

That is not possible, but if the UI of the application is in French then that message should also be, I'm guessing.

But there's no way to change it if it's not, unless you do the validation in your own code.

You can report it to Adobe as a bug, though.

cmvarga5
cmvarga5Author
Known Participant
February 5, 2025

Thank you very much!