my way is to create a php language loader
first you detect the language of the user and set it so lets say french..
then you have a language folder called /fr/
in php you would load the language file and then use sumat like this in your site

fr.php
array(
'welcome' => 'Hello User',
'goodbye' => 'Cya later'
)

but obv in french
then use
echo $lang['welcome'];

but this you have to have several language files already translated..

another way is to use a javascript google translate mod.. i think jquery.. this is the easiest way to do it
litewarez Reviewed by litewarez on . multi language website How to create multilanguage website? Please help me. Rating: 5