Hi Klaus, I just want to get the id column and the language column, (which could be en, bg,ru, or gr from the diction table which holds the main language translations. I need the row 'id' and ONLY the selected language, say 'en' for the English column into an array, so then I can display the text of any buttons, labels, texts or messages in the selected language throughout the app. i.e.
label1.text = Languages(34) or whatever index number is needed.
It will get worse later as I have more fields in the other tables I need. What have I started?
Cheers,
Malky