these do not work in alloy:
<Label id="label2" onClick="doClick" title="L('helloWorld')" />
<Label id="label2" onClick="doClick" >L('helloWorld')</Label>
my translation files are in:
/i18n/en/strings.xml
/i18n/fr/strings.xml
my strings.xml
file has:
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="helloWorld">Hello World</string>
</resources>
ios simulator 8.1 is broken. localization in ios8.1 simulator doesn't work. test on real device.