Giles, For more on mx.resources.ResourceBundle<http://livedocs.macromedia.com/flex/2/langref/mx/resources/ResourceBundle.html>, the following thread has links into the docs, a related technote and to articles by Jeff Tapper: http://tech.groups.yahoo.com/group/flexcoders/message/52882
hth, g On 12/7/06, Gordon Smith <[EMAIL PROTECTED]> wrote:
Flex already has the concept of resource bundles. You put your localizable strings in .properties files, which get compiled into ResourceBundle classes. You can then fetch strings out of the ResourceBundles, most easily in MXML with the @Resource() directive. The docs have info about this.. - Gordon ------------------------------ *From:* [email protected] [mailto:[EMAIL PROTECTED] *On Behalf Of *Giles Roadnight *Sent:* Thursday, December 07, 2006 9:30 AM *To:* [email protected] *Subject:* [flexcoders] Best practice: string tables Hi All. In my previous flash projects we've had a string table of sorts set up so that all the strings in the application can be edited easily. We can also easily modify the strings for foreign users. [...]

