在 alloy appcelerator 中处理 i18n 本地化
Handle i18n localization in alloy appcelerator
这些在 alloy 中不起作用:
<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>
ios 模拟器 8.1 坏了。 ios8.1 模拟器中的本地化不起作用。在真实设备上测试。
这些在 alloy 中不起作用:
<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>
ios 模拟器 8.1 坏了。 ios8.1 模拟器中的本地化不起作用。在真实设备上测试。