I have a Flash project that I'm working on that will eventually need to be ported to multiple languages.
My approach was going to be to load an XML file that held the localization information, much like the resource files in ASP.NET
I was wondering if there is a better approach to this, or if this is going to be the most straight forward way.
This project is in Action Script 3, and I believe all the international languages will be left to right, however I'm not positive about that.
Thanks.