Is following safe?
Folder resources:
- strings.xml
- strings2.xml
Folder resources-deu:
- strings2.xml
The sim supports this perfectly fine, if I select english as language I see the texts from resources/strings.xml + resources/strings2.xml. If I change the language to german I see the texts from resources/strings.xml + resources-deu/strings2.xml
I assume that connect iq supports fallbacks to the default language if a file is not defined inside a local resource folder, is this true? I'm unsure because
- I did not find this documented anywhere
- the IDE shows me a lot of warnings telling me that all texts from resources/strings.xml are missing for the german translation