Hi Isomorphic,
it is most likely a silly question, but as the change means much ugly boilerplate work for me, I'll ask it anyway.
I want to i18n my .ds.xml files using the approach from the docs.
There you do:
I'm using the XML short form empty tag <field attr1="..." attr2="..." attr3="..." attr4="..."/> for basically all my fields that do not have a validator.
Do I have to rewrite these or is there a way I could do i18n with <field title="i18n_me" ... />?
Best regards
Blama
it is most likely a silly question, but as the change means much ugly boilerplate work for me, I'll ask it anyway.
I want to i18n my .ds.xml files using the approach from the docs.
There you do:
Code:
<field name="itemName"> <title><fmt:message key="itemTitle"/></title> </field>
Do I have to rewrite these or is there a way I could do i18n with <field title="i18n_me" ... />?
Best regards
Blama
Comment