Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Localization (i18n, internationalization) of components on: September 09, 2009, 08:26:47
Cliff, from what I understood, you prefer to do this work (setting labels, loading icons) in mediator (so the component knows nothing about its resources - this is mediator duty).

What solution do you recommend for let say static (compiled-in) data, i.e. localization data? Static properties, or just xml string in .as file(s), or maybe a mix of ResourceManager with PureMVC Proxy?

BD
2  Announcements and General Discussion / Architecture / Localization (i18n, internationalization) of components on: September 09, 2009, 07:43:49
Is this correct design to use instance of IResourceManager obtained from Resource.Manager.getIstance() directly inside component code?
Pages: [1]