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
145 Views Asked by Tatyana Maximovskaya At
0
There are 0 best solutions below
Related Questions in LOCALIZATION
- Sorting and Grouping of Korean Character (Not familiar with Korean language)
- How to change keyboard language programmatically in windows 8
- Issues using Localize.js and AngularJs
- Multiple language support in Universal App
- InstallShield exclude files based on language selection
- Building Resource-Only DLL (With al.exe) Is Raising "assembly is built by a runtime newer than the currently loaded runtime"
- Angular translate: overriding preferredLanguage in controller
- Android soft keyboard in Chinese languages
- Is short name returned in response from google places api unique?
- Verify Localizable.strings files contain the same keys
- ToLower vs ToLowerInvariant
- Change fmt:formatDate pattern dynamically
- Can not change text when using Localization Sencha ExtJs
- Force VBA to use British localisation
- Passing This(of my main form) to a class that handles direction change/and language change c#/Winforms
Related Questions in FLEXMOJOS
- Adobe flex migration error defaults.css expected
- Publish compiled Flex application and other resources to directory in Maven?
- Maven not executing my Ant target
- Could not resolve <fx:Script> to a component implementation
- How do I get Flexunit, FlexMojos and Mockolate to work together?
- STS M2E 'Plugin execution not covered by lifecycle configuration" Error - Flex-Mojos
- FlexMojos - Runtime error - VerifyError #1014 mx.controls.List Class not Found
- Mockolate Verify Error: Illegal override.. after Flex SDK 4.10 update
- flexmojos-maven-plugin:7.0.1:test-compile build failure at net.flexmojos.oss.unitestingsupport.TestApplication
- Configuring the Flash player for use with Flexmojos executed during a Maven release:perform
- How can I generate Flash HTML wrappers in a WAR using Flexmojos and Maven 3?
- java classes not found in WEB-INF in maven build
- Get "Error: unable to resolve '/assets/images/**.png' for transcoding" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328
- How do I set the theme using Flexmojos?
- Overriding defaults
Related Questions in FLEX-MOJOS
- How to add compiler arguments to net.flexmojos.oss in maven pom (flexmojos 6.0)?
- STS M2E 'Plugin execution not covered by lifecycle configuration" Error - Flex-Mojos
- flexmojos-maven-plugin:7.0.1:test-compile build failure at net.flexmojos.oss.unitestingsupport.TestApplication
- Get "Error: unable to resolve '/assets/images/**.png' for transcoding" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328
- How do I set the theme using Flexmojos?
- How to define a new kind of scope in Maven?
- Flexmojos 4.2-beta mergeResourceBundle
- Flex mojos runtime localization support
- How to package nested maven modules for full product suite build
- Missing resource bundle com.adobe.flex.framework:playerglobal:rb.swc:ko_KR:4.5.1.21328
- Apache Flex 4.9
- Can you use a SWF as a dependency for a Flex Mojos Maven build
- Running AIR application tests with Maven/FlexMojos 4.2 beta
- Complex Maven2 with Flex4 Setup
- Getting error "org.apache.flex.compiler:mxmlc:jar" when trying to compile with FlexMojos 7.0.1 and Apache Flex 4.14
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 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?