Hi y'all
I'm having a hard time deciding what's the best way to implement a multi-language product information system...
Let me xplain:
I'm building a site that has to be at least bilingual. In this site, I want to showcase some products, depending on their categories.
So basically should I create 2 distinct databases with mySQL (one for each language), or create a table called for example "words" that would contain all the words depending on the language you choose...
please help!!!!