Display Names using the Resource Bundle (Localising the Labels).
Define resource bundle using following attribute.
<attribute name="resourceBundle" value="resourceBundleName"/>
ex: <attribute name="resourceBundle" value="my.Resource"/>
Localising the values can be applied at
Item-descriptor
Property
Labels that can be localised using resource bundle are
display-name ( to display-name-resource)
description ( to description-resource)
category ( to category-resource)
Item-descriptor <item-descriptor name="author"...