I am trying to get the localized attribute value in hmc but in hmc the value is not showing. I am working in hmc.xml final.
Here is the code snippet I am using
<type name="PromotionUserRestriction" mode="append">
<tab name="tab.restriction.properties" mode="replace">
<section name="section.restriction.users" mode="replace" position="2">
<listlayout>
<attribute name="users" labelwidth="100" position="0" mode="append">
<referencecollectioneditor create="false" add="true" remove="true">
<itemlayout>
<attribute name="uid" position="0" mode="append"/>
<attribute name="locName" position="2" mode="append" />
</itemlayout>
</referencecollectioneditor>
</attribute>
<attribute name="positive" labelwidth="100" width="400" position="2" mode="append">
<advancedbooleaneditor truename="promotionuserrestriction.positive.true" falsename="promotionuserrestriction.positive.false"/>
</attribute>
</listlayout>
</section>
</tab>
Thanks & Regards