Internationalization for flash applications

人走茶凉 提交于 2019-12-03 14:46:47

How about the Globalization package from AS Foundry?

Haven't used it myself, but this one looks interesting:

http://www.sephiroth.it/weblog/archives/2005/12/actionscript_30_first_attempt.php

It's based on the GNU gettext implementation and tool chain.

We created a nice little tool around gettext:

http://code.google.com/p/asgettext/

With this tool you can easily create multilingual application using a default internationalization tool.

As a side note to the suggested packages above, you may want to create and store all of your language content in database and then generate the resource bundle files. This way you can have a central interface to manage it all but still enjoy the performance of resource bundles..

good luck!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!