Hi, > I noticed that, in the compiled and "IDEnized" SDK, the > {sdkhome}/frameworks/locale/... folders don't contain the *_rb.swc files, > with the exception of the en_US locale. Is this the intended behavior? By default the SDK will compile for en_US. You can change this by passing -Dlocale= when compiling or editing this in the build.proberties file.
> In README, I read "The Apache Flex SDK defaults to using the en_US locale > and SDK error messages are by default displayed in American English". > Shouldn't the SDK, by default, include all the supported locales, or am I > misunderstanding the README? It does included all supported locales, you just need to compile them. This will compile all locals amd it takes about 1/2 hour or so. ant other_locales Hope that helps, Justin