Answer the question
In order to leave comments, you need to log in
How to create a database for a dictionary?
Dictionary for android application on sqlite.
Let's say we need to create a dictionary for 3 languages, does that mean we need to create 3 tables with 3 columns in each table? Or are there better options?
Answer the question
In order to leave comments, you need to log in
In a simple case, a translations table with the following fields:
src | dest | lang_id
One table. One column per key and one column per language.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question