On Sat, Jan 24, 2009 at 2:10 PM, Bjorn <[email protected]> wrote: > What I wanted to ask, is what to do when you want to add more > languages to the application. I don't want to generate other SWF > files, but compile them into my application. > > I created another folder in my application, where the en_US folder is > too (so locales/en_US and locales/nl_BE). When I run mvn install, I > get this error: > > 1) com.adobe.flex.sdk:framework:resource-bundle:nl_BE:3.0.0.477
Unfortunately, Adobe only ships Flex 3 with en_US and ja_JP. For all other languages you will need to use the copylocale function on your Flex SDK, and the install the SDK with the install-mojo. BabelFlex does have localizations you can use for other locales, and some of them have been put into our repository, but many of them are broken, so you may still need to manually create them with copylocale. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
