The mechanism to use xml files for internationalization of plugins currently is only supported for the standard plugin file. In case someone wants to use that mechanism also in the _static_ xml file of a plugin, he cannot use the plugin specific i18n file (denoted by "LANG_PlugInID", because the initialization of this registered variable is happening AFTER the processing of the static xml plugin file.
The "if" block in UnComponentFactory::pcmf_createAggregatedPlugin():
if (l_htmlDesc.pdm_textFile != null && l_htmlDesc.pdm_defTextFile != null)
must be moved before the "if" block checking for and processing the static xml file of the plugin:
if (l_htmlDesc.pdm_staticInitialized == false && l_htmlDesc.pdm_staticXmlConf != null)
Logged In: NO
Comes included with Version 1.7.0 latest