- Feb 16, 2007
- 558
- 0
- 0
Hey guys
I'm going to be developing a website that is going to be in two languages. I think that having two files for each page, one for each language is kind of hard to maintain.
I'm wondering if the best way to implement multiple languages is not to either store the content in each language and then retrieve the correct label depending on which language the user has selected.
What do you guys think? I'm pretty sure that this would be the best as far as maintainability goes, but what is the most performing way to accomplish this? Storing text in a MySQL database? Or would it be better to have XML files or something else, etc?
Thanks
I'm going to be developing a website that is going to be in two languages. I think that having two files for each page, one for each language is kind of hard to maintain.
I'm wondering if the best way to implement multiple languages is not to either store the content in each language and then retrieve the correct label depending on which language the user has selected.
What do you guys think? I'm pretty sure that this would be the best as far as maintainability goes, but what is the most performing way to accomplish this? Storing text in a MySQL database? Or would it be better to have XML files or something else, etc?
Thanks
