hi,
on some websites you can choose from multiple supported languages it is something like this
index.php?lang=nl (for dutch) index.php?lang=en (for englisch)
and so on
how do i code this ???? i haven't got a clue
help......
cheers Erik
this is typically done by storing all of your content in a database in various languages and using the "lang" variable to extract the appropriate set of content.