Hello,
I use ACL code to automatically set the language of a document based on the language attribute of the root element. For example:
if (oid_attr(oid_first(), "lang")) == "en") {
set
When more than 1 Epic window is opened, the language is set for all Epic windows. This is a problem when working with 2 documents in 2 different languages. The user has to manual
ly reset the language of the other document.
When running the ACL code