这些不合金:
<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>
答案 0 :(得分:1)
ios模拟器8.1坏了。 ios8.1模拟器中的本地化并不起作用。在真实设备上测试。