SecurityData.xml i18n

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SecurityData.xml i18n

Guido Amarilla
Is there a way to localize the descriptions for the entities in
*SecurityData.xml such as these from OrderSecurityData.xml :

...........
    <SecurityPermission description="Create sales forecasts in the
Order Manager." permissionId="ORDERMGR_4C_CREATE"/>
    <SecurityPermission description="Update sales forecasts in the
Order Manager." permissionId="ORDERMGR_4C_UPDATE"/>

    <SecurityGroup description="Admin group for restricted order
processing." groupId="ORDERPROC"/>
    <SecurityGroup description="Order Entry Admin group; permissions
for creating orders." groupId="ORDERENTRY"/>
    <SecurityGroup description="Order Admin group, has all order
permissions." groupId="ORDERADMIN"/>

..........
--
Guido Amarilla
Reply | Threaded
Open this post in threaded view
|

Re: SecurityData.xml i18n

Anil Patel
Yes there is a way to do this, look for *EntityLabels.properties files in
config folders of different components. One use case for example is for
ProductMeterType, which in turn is used in FixedAssetMaint Forms defined in
FixedAssetForms.xml.

Hope this helps.
Regards
Anil Patal




On 1/13/07, Guido Amarilla <[hidden email]> wrote:

>
> Is there a way to localize the descriptions for the entities in
> *SecurityData.xml such as these from OrderSecurityData.xml :
>
> ...........
>     <SecurityPermission description="Create sales forecasts in the
> Order Manager." permissionId="ORDERMGR_4C_CREATE"/>
>     <SecurityPermission description="Update sales forecasts in the
> Order Manager." permissionId="ORDERMGR_4C_UPDATE"/>
>
>     <SecurityGroup description="Admin group for restricted order
> processing." groupId="ORDERPROC"/>
>     <SecurityGroup description="Order Entry Admin group; permissions
> for creating orders." groupId="ORDERENTRY"/>
>     <SecurityGroup description="Order Admin group, has all order
> permissions." groupId="ORDERADMIN"/>
>
> ..........
> --
> Guido Amarilla
>