|
Posted by Pugi! on 05/21/06 21:19
How do you make a multilingual website ?
I once made one for a small non profit organisation (english-dutch) and used
simple if-statement : if cookie or link specifies english then show english
text else show dutch text. The texts were stored in the page itself (when
small) or in include files or database when larger.
There are other alternatives that would also work with more languages
without having to change the code:
twodimensional array for short text (labels, links, ...), include files,
xml, database.
What's a good approach?
Pugi!
Navigation:
[Reply to this message]
|