Forum Moderators: coopster
So in your opinion, you would prefer to store language words in DB rather than in XML or flat file? :-)
In my testing on my system I found that in general reading a small flat file took less time than the call to open the DB connection and read the data. Larger sets of data may perform differently. Different DBs may provide different results. Different programming languages may provide different results. You'll need to do your own testing to see which is more efficient for your own purposes on your own system.
I am not aware of any books or tutorials- I learned by trial and error.