I have a script which is in English, but i need this script to show both English and German.
the English language already has a language file ( english.php ), so i am going to translate all the English wording to German ( german.php )
so my question is how can i select the language file,
i am going to let the user select the language via a flag image
so when the user clicks on there country flag it will change the site to the requested language etc etc
i want to use separate language files
but how ?
Thanks MrK