Setting mxml attributes with the resource bundle:

Just open Eclipse Preferences and go to Flash Builder > Editors > Code Templates > MXML and click on "Add". Just insert the choose a name ( "res" ) , the context for that would be "MXML attributes" and insert the pattern:${attr}="@Resource(bundle='${bundle}', key='${key}')"
Have fun!