Hi,
I am creating an Extension Manager installer for a C++ InDesign Plug-in. This is my first experience creating a .zxp installer. I have successfully created a single-language version, and am now moving on to try and localize the installer.
I read the documentation to say that the description, ui-access, license-agreement elements in the .mxi file are required to contain a CDATA section, while the corresponding elements in the language_locale-specific xml file appear to be simple text elements, not CDATA.
Thanks in advance for your patience with a newbie...
--Peter