Search code examples
appceleratorappcelerator-alloy

Handle i18n localization in alloy appcelerator


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>

Solution

  • ios simulator 8.1 is broken. localization in ios8.1 simulator doesn't work. test on real device.