Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Title Localization in DataSource XML file

$
0
0
SmartClient version : SmartClient_v90p_2014-03-07_PowerEdition
Browser(s) and version(s) : Internet Explorer Version 9 and Google Chrome Version 28.0.1500.95 m.

Please let me know how to localize a field title in data source XML file . Please refer to the code below that I tried and not working

Code:


<field name="PR0_NAME_ARABIC" type="text"        title="<fmt:message key='Field.PRODUCT_NAME_ARABIC' />" />

Code:


<field name="PR0_NAME_ARABIC" type="text" >
        <title><fmt:message key='Field.PRODUCT_NAME_ARABIC' /></title>
</field>


Viewing all articles
Browse latest Browse all 4756

Trending Articles