Hi guys,
I'm planning to create a website in 15 different languages.
But I'm hesitating when it comes to the database structure for such a website.
Most of the content should be taken from the database.
But the question is : should I separate the languages by column, by table or by database?
Until now, for each table, I had every column duplicated for every language such like : title_en, title_fr, title_ja, text_en, text_fr, text_ja, etc ...
With this method, I would end up with tables made of more than 30 columns and sometimes 50 columns.
What option would you choose if you were me?
Thanks for the help