What options are there for storing and accessing translated strings in a Flex/Flash application? Ideally, I would like to share translation data with my Django website's internationalization data. This leads me to believe that some version of gettext
would be best. But what is the industry standard, and the best implementation and documentation?
Related (but never answer-accepted, and old) post:
http://stackoverflow.com/questions/655845/internationalization-for-flash-applications