Flex mojos runtime localization support

108 views Asked by At

I've got a flex application built by flex-mojos maven plugin (flex-mojos version 4.2 - I know it is old and not supported anymore, but it works ok for us). Now we need to get the application localized. And we'd like to use the runtime localization (when all resources contained in separate swf files, one for each locale, and loaded at runtime). According to Adobe, in order to get these .swf files, one needs to run mxmlc command from commandline. As far as I understand from the flex-mojos docs, the plugin won't generate these resource swfs on it's own, it will only copy the ones generated manually. The new flex-mojos version 7.0 and 7.1 doesn't have the possibility to automatically make runtime locales either. Does anybody know if there is any way to automate this via flex-mojos? Will it ever be supported?

0

There are 0 answers