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?
Flex mojos runtime localization support
148 Views Asked by Tatyana Maximovskaya At
0
There are 0 best solutions below
Related Questions in LOCALIZATION
- Difficulty with hosting Multilingual Wagtail site on alwaysdata
- Android - Localized text search using english alphabet
- Format datetime in java based on locale
- MaterialApp doesn't rebuild after changing locale
- Text overflow in Flutter localization with easy_localization package
- Translate output of function in Swift
- How to handle decimal input values in a globalized MVC app
- Some users facing issues changing app language in Android app
- Does anyone have any idea why my right-to-left (RTL) layout isn't taking effect immediately?
- Delphi 7 application not loading STRINGTABLE resources on Windows 10
- Auto add resources key/value in resx files
- Implementing Multi-language Translation in React Router DOM with i18n for Outlook Add-ins
- Swift Sort string array with german localization
- Account language setting ignored in Wagtail admin for localized model names
- Updating comments with references in .po translation
Related Questions in FLEXMOJOS
- How to pass additional compiler arguments in flexmojos-maven-plugin 3.8?
- Flexmojos-maven-plugin - How to configure multiple source mxml files to generate multiple swf files?
- Flex Maven project: Could not resolve <mx:Application> to a component implementation
- Flex Maven project compilation error: Global artifact is not available. Make sure to add 'playerglobal' or 'airglobal' to this project
- Adobe flex migration error defaults.css expected
- Failing Maven build on Flex project http://repository.sonatype.org:80: No route to host
- Getting an error while executing goals from maven plugin flexmojos-maven-plugin
- Running flexunit4 tests for AIR app while building with maven and flexmojos
- Getting error "org.apache.flex.compiler:mxmlc:jar" when trying to compile with FlexMojos 7.0.1 and Apache Flex 4.14
- Local non-mavenised SWC
- Flexmojo compiledLocal failed for italian or serbian language
- flexmojos-maven-plugin:7.0.1:test-compile build failure at net.flexmojos.oss.unitestingsupport.TestApplication
- building maven flex project with flex mojo depending on apache sdk fail
- flexmojo java heap space error
- mx.controls.Menu doesn't render properly when built by flexmojos-maven-plugin
Related Questions in FLEX-MOJOS
- Flexmojos-maven-plugin - How to configure multiple source mxml files to generate multiple swf files?
- Flex Maven project compilation error: Global artifact is not available. Make sure to add 'playerglobal' or 'airglobal' to this project
- Getting error "org.apache.flex.compiler:mxmlc:jar" when trying to compile with FlexMojos 7.0.1 and Apache Flex 4.14
- Flexmojo compiledLocal failed for italian or serbian language
- flexmojos-maven-plugin:7.0.1:test-compile build failure at net.flexmojos.oss.unitestingsupport.TestApplication
- building maven flex project with flex mojo depending on apache sdk fail
- mx.controls.Menu doesn't render properly when built by flexmojos-maven-plugin
- Flex mojos runtime localization support
- How to add compiler arguments to net.flexmojos.oss in maven pom (flexmojos 6.0)?
- Flexmojos 4.2-beta mergeResourceBundle
- Missing resource bundle com.adobe.flex.framework:playerglobal:rb.swc:ko_KR:4.5.1.21328
- How to package nested maven modules for full product suite build
- Running AIR application tests with Maven/FlexMojos 4.2 beta
- Apache Flex 4.9
- Java/Flash application not working when compiled with flex-mojo
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?