Class: StringProxy
April 18th, 2008
Author: Michael Krotscheck
Category: Libraries
Tags: actionscript, flex, localization
| Class | com.practicalflash.utils.StringProxy |
|---|---|
| Source | [Google Code Repository] [Direct Link] |
One of my many and varied tools from my localization sandbox, the StringsProxy is a generic object proxy container intended to simplify the management of large sets of application strings with little investment from the developer. It’s effectively an implementation of the Proxy object that includes propertyChange event dispatching so that Data Binding works properly.

No comments yet.