Hi, I am going to build a classifieds website using PHP/MySQL.
This website is going to be available in 3 languages, English being default.
I would not need translation, as I'd be writing 3 of those languages for the structure,
and the user generated content need not be translated.
For how to create multi-language sites, I'm referring to
http://stackoverflow.com/questions/450687/programming-multi-language-php-applications
currently.
The user scenario would be, if user chose Mandarin as the main language,
he/she will be viewing most of the ads that are written in Mandarin,
and *any postings done by he/she would be automatically listed as a Mandarin ad*.
How do I do that in MySQL? (Create a "Language" field?)
Thank you for any help in advance.