Do you have flex SDK on en_GB and es_ES?
VELO On Wed, Jun 25, 2008 at 3:14 PM, Jonathon Stierman <[EMAIL PROTECTED]> wrote: > Has anyone tried compiling using multiple locales? According to the > docs ( > http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_3.html#160654) > , you're supposed to be able to update the –locale compiler option to look > like this: > > > > -locale= en_US,en_GB,es_ES > > > > However, when I do this, I get the following compiler error: > > > > unable to open 'C:\Program Files\Adobe\Flex Builder > 3\sdks\3.0.0\frameworks\locale\en_US,en_GB,es_ES' > Localization Unknown 1214416788961 2847 > > > > Indicating that it's not breaking the different locales apart – just > verbatim looking for a single "en_US,en_GB,es_ES" locale. Which is > obviously not what I'm looking to do! > > > > My full compiler options list: > > -locale en_US,en_GB,es_ES -allow-source-path-overlap=true > > > > Flex Build Path >> Source Path includes references to the following folders > where my .properties bundles sit: > > /locale/en_GB > > /locale/en_US > > /locale/es_ES > > > > I have run copylocale and created the additional framework .swc packages > for the en_GB and es_ES locales. And I can compile the app using only a > single locale (all of them work) just fine. > > > > Has anyone ran into this before? > > > > Jonathon > >

