I have a list spinner item in English. When user choose an item, press Confirm it will save value for selectedItem in spinner to SQLite as a password. Now the app support other language, the value in spinner change base on the language but it's must return true when that value equal with English value save in database.
Ex: Spinner list item in English: Flag, Hat, Table.
Spinner list item in German: Flagge, Hut, Tabelle.
When user choose Flag, it save Flag in database as password. When app loads again, user choose Flag (in English) or Flagge (in German), it must return that is the right pass. If we have multi DB for multi languge, we must update all DB with the right translation for the value in spinner but it's offline app. Is there any solution ?