I am using the following code to have a text for a label:
label="{resourceManager.getString('module_Alarms','CaseLibraryLabel')}"

At the top of my mxml file I have this:
<mx:Metadata>
[ResourceBundle("module_Alarms")]
</mx:Metadata>

The key definitely is in there because on other screens I see the label.
How can I trouble shoot this problem?

Thanks

Reply via email to