开发者

What exactly Resource manager do?

开发者 https://www.devze.com 2023-03-11 02:17 出处:网络
Can anybody exp开发者_StackOverflowlain me what exactly Resource manager do. Thanks in advance.Basically, you can use this for creating internationalized applications.

Can anybody exp开发者_StackOverflowlain me what exactly Resource manager do. Thanks in advance.


Basically, you can use this for creating internationalized applications. It is a single point of access that allows you to retrieve internationalized data from your resource bundles.

Here are some useful official links on the matter:

  • http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/ResourceManager.html
  • http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_6.html

And some unofficial:

  • http://sujitreddyg.wordpress.com/2008/01/22/localizing-flex-applications
  • http://www.visible-form.com/blog/flex-localization-with-resource-bundles/

Cheers

0

精彩评论

暂无评论...
验证码 换一张
取 消