I have a flex application being developed in Spanish, and I'd like to build it using a Spanish locale. However, the only locales installed in my SDK are en_US and ja_JP. Is there a site or resource where I can get other sets of locale files?
+1
A:
I noticed that version 4 of the SDK has 16 different locales represented (including Spanish), so that may be useful for you. Although I have to say this has never been an issue for me since the only thing that I've really needed to localize were strings in the UI that I've created rather than strings from the SDK. I honestly can't think of any strings from the SDK that get exposed in the UI.
Wade Mueller
2010-07-12 17:44:17
Specifically, I'm getting complaints about the "Initializing..." message on the loading screen.
Dan Monego
2010-07-12 18:04:42
Oh, good point, didn't think of that. I've noticed that Flex 4 no longer has text when loading, it just shows the progress bar. Might be another reason to migrate to 4 ;)
Wade Mueller
2010-07-12 18:36:33
+1
A:
Use the copylocale in the bin folder of the SDK This does leave you having to translate though.
David Collie
2010-07-12 22:21:29