I have the following in my res/values/config.xml file
<string-array name="languages">
<item display="english" code="GB" lang="en" flag="flag_uk" values="en-GB" eng="English (United Kingdom)" />
<item display="svenska" code="SE" lang="sv" flag="flag_sv" values="sv" eng="Swedish" />
</string-array>
I think you get the picture. I cannot seem to access the item properties. Hows does one do this. Also IS this the correct approach to this?