I am currently researching the best methods to integrate i18n into projects.
i18n
There\'s several methods I have thought of doing this, first being a databa
Have a look at the Gettext (http://php.net/manual/en/book.gettext.php) library.
Don't put your text into a database. That'll just make life hard on the translation team.