Compiling resource bundles in flex
I want to compile my locale, resource.properties file into a swf.
How can I do that??开发者_如何学C
The documentation on Adobe site seems to be insufficient.
Can someone please help.
Thanks
Neera
I think this post from Sönke Rohde will help you: http://soenkerohde.com/2008/07/flex-localization/
He explains how to set up the localization in Flex.
Maybe you should also have a look at BabelFX: http://babelfx.org/
http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_1.html
You can't do it directly from Flash Builder, you need to write a shell, ANT or Maven build script.
精彩评论