Hi,
I'm writing up a bid proposal for a multilingual website. I was wondering if anyone has any thoughts about design considerations for a multilingual website. The website will be database-driven using PHP/MySQL. One thought I had is that a variable can be set and stored in Session scope (ie, when a user selects the language to view in), and then use SQL that is dependent on that variable (or defaults to the default language). Are there a lot of other design considerations that I need to have in mind?
Thank you for any suggestions.
Jeff