you mean multilanguages? Your need to create different php files which stores the text in each of its own variable like lang['word'] = "word"; lang['who'] = "who"; then call that php file instead of displaying text regular you display it by echo or print lang['word']; which would display the word word.
I see thats kinda what I was afraid of.. So no simple drop in and translate feature Thank you for your feedback.. TJ