I am translating my app to finnish. I now have three resources folders: resources, resources-eng and resources-fin. Each of the resources folders has a strings.xml file that contains the texts for labels etc. I've copied all my menu xml-files under each resource folder (eg. resources-fin/menu/MainMenu.xml) and translated the texts.
This approach worked with the SDK version 1.0. After switching to 1.1.0 the strings work as expected but the app always loads the english menu under resources-eng no matter what the set language is. Also, setting the simulator language to "Not Set" results in a crash with following info:
Failed invoking <symbol>
System Error
@PC = 0x300019fa
@PC = 0x300019fa
@PC = 0x3000140a
@PC = 0x10002890
System Error
Am I doing something wrong here? Any help is appreciated.
Also, I noticed that there is a pair of iq:language tags in the manifest file without any content. I haven't touched it as it is undocumented. Should I?