Hi,
I want to display contries in my <drop-down> tag in a form widget in french,
the contries in Geo entity are stored in french but they are displayed in
english in my form (but ordered by french name !!!!!!! )
here is my code :
<field name="addressCountryStructure" parameter-name="addressCountry"
title="${uiLabelMap.PartyFormAddressCountry}" required-field="true">
<drop-down allow-empty="true" allow-multiple="false"
current="selected">
<entity-options description="${geoName}"
entity-name="Geo" cache="true"
key-field-name="geoId">
<entity-constraint name="geoTypeId"
operator="equals" value="COUNTRY"
/>
<entity-order-by field-name="geoName"/>
</entity-options>
</drop-down>
</field>
Thank you for you replies
--
View this message in context:
http://www.nabble.com/How-to-display-contries-in-my-locale---tf4942420.html#a14148519
Sent from the OFBiz - User mailing list archive at Nabble.com.