Internationalization for Flex/Flash Apps

2019-08-14 05:39发布

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:

Internationalization for flash applications

3条回答
倾城 Initia
2楼-- · 2019-08-14 06:20

Have a look on Lupo Manager

查看更多
小情绪 Triste *
3楼-- · 2019-08-14 06:22

For Flex use the ResourceManager.

查看更多
SAY GOODBYE
4楼-- · 2019-08-14 06:34

In my opinion localization with Flex is sort of ... unsatisfactory. If you use the ResourceManager you can't work with the design view. Instead of "Hello" there would be something like "ResourceManager.get....."

A better solution is to use LocalizationMaps, which is sort of a mate extension: http://mate.asfusion.com/news/flex-i18n-with-localizationsmaps-an-amazing-extension

查看更多
登录 后发表回答