|
if you have the budget, I recommend multiple domains - one for each language.
another option is just to make a directory or a sub domain for each language.
in each case when you make an update to a script you have to make sure that you update all the other language sites that make any use of that script.
or you can have the entire content + meta load from file according to a parameter received with the page (i.e. yourpage.php?ln=fr).
|