这些不适用于合金:
<Label id="label2" onClick="doClick" title="L('helloWorld')" />
<Label id="label2" onClick="doClick" >L('helloWorld')</Label>
我的翻译文件在:
/i18n/en/strings.xml
/i18n/fr/strings.xml
我的strings.xml
文件有:
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="helloWorld">Hello World</string>
</resources>