Resourestrings in flash CS6 AS3
I'm using flash professional and trying to learn to make games.
Wat I want is a multi-language game and therefore using resource strings.
After searching a long time I only find ResourceBundle for FLEX but I have flash cs6.
What I also find is that you can make subdirectories of the language such as "en_US" and in this direcortoy a file "resource.properties" as the placeholder for my strings (textfile).
What I thought to do is something like "var rb:ResourceBundle = new ResourceBundle("en_US", "resource.properties")"
and than with "rb.getString("resource.properties", "stringname of the key in de file", null, "en_US")" find the translation I want.
So far I can't find anything thats helps me out or get me in the right direction.
Is there somebody who can explain how to use the resource string file in flash professional cs6 in as3?
Or a link to something that explains how I must use it?
