Hi everyone,I am creating a form which is available in different languages. Therefore I created a radiobutton per language and on click of one of these buttons, I dynamiccally bind the XML fragment with an existing node (javascript code): xfa.data.node.loadXML(xml, true, true)This works, since I...