#140 Internationalization of property and entity descriptions
•<entitydescription>
• <shorttitle xml:lang=“en”>Short entity title</shorttitle> <!– tool issues -->
• <shorttitle xml:lang=“en” value=“Short entity title”/>
• <shorttitle xml:lang=“fr” value=“French text”/>
• </entitydescription>
•
•                       OR
•
•<entitydescription xml:lang=“en” localizationURL=“…”>
• <shorttitle resname=“abc”>Short entity title</shorttitle>
• </entitydescription>
•
•Separate resource contains:
• <localization>
• <resource resname=’abc'>
•    <value xml:lang='en'>English text</value>
•    <value xml:lang='fr'>French text</value>
• </resource>
• </localization>
1. Inline: 17
2. Separated: 3
Abstain: 2
Indirect through resources?
Yes: 12
No: 7
Abstain: 4