Hi, Following is the code I tried out:
<mx:Application pageTitle="{resourceManager.getString('AppMessages',
'GREETING')}" xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Metadata>
[ResourceBundle("AppMessages")]
</mx:Metadata>
I am not able to localize the application's pageTitle property string. Also
the documentation says we can't use actionscript to update this property.
Any idea what I am doing wrong...
Thanks,
Gautam.

