Hello,I am developing a form (XFA dynamic PDF) that can be translated by selecting the language.When the language is selected, the form updates the caption of all fields with corresponding text in the selected language.For that, I use the following script: oTarget.caption.value.resolveNode("#text")....