Question: what would you say, as people experienced in this subject, is the best way to do this (multilanguage)?
There is a few ways of doing that but i dont know which one is the best.
It would be for simple mmorpg game in php.
I was thinking about just making another "copy" of website for different languages but than what about stuff in DB? so i would make another fields for each array with translations in different languages ('englishname', 'spanisname'...)and i would have to add something in each file that would say something like $language='english'. Finally if i query for something it would be ..'$languagename'...if it makes any sense

Sorry if its stupid question but im new in php


regards
Sebastian