Hi Alex (or anybody interested in), While using resource from locale, form layout behaves strange.
Here is the example, for the source : <mx:FormItem id="id_userName" label="Kullanici Adi"> <s:TextInput id="userName"/> </mx:FormItem> display is : when change to :<mx:FormItem id="id_userName" label="{resourceManager.getString('messages', 'userName')}">
<s:TextInput id="userName"/> </mx:FormItem> display is : Thanks, Serkan
