I am having the worst trouble getting a ResourceBundle to work. I have
this code...

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">
        <mx:Label text="@Resource(bundle='Test', key='carrot')" />
</mx:Application>


And I have Test.properties with a key of carrot in it and the file is:
/locale/en_US/Test.properties and I have locale added to the compiler
source-path.  But I still get an error that it cannot resolve the
bundle.  What am I doing wrong?

Reply via email to