Hello Experts,
I have a requirement to change the font size of all the fields in adobe form based on language. For example, if form is to be printed in Japanese the font size should be increased & for English etc it should remain same as defined.
Creating new form for language specific font is not appropriate.
So, the option which I have is JavaScript!
Now my concern is I need to code javascript for each and every element of my form. ( My form has approx. 40 fields which includes table columns and input fields which are embedded in subforms etc ) .
I'm looking for a smart solution like using the FOR loop at *initialize event so that based on language flag I can change the font dynamically
using JavaScript.
Did any one come across this requirement ? or have a solution ?
Thanks in advance