Long time since i been on these forums, so hey again
I’ve recently built a site just HTML/CSS/PHP. Its not a big site, just around 30 pages or so. However my client did not state that they now need it also in German!? Its currently english.
I’m really not sure on the approach i should take for this. Pretty much ALL the information which is on the site is loaded from a database.
I’m not sure if i could use some kind of translation tool to convert it to german when its pulled from the database?
Or do i need to add a new database and translate all the data? (please don’t tell me this)
Well, translating simply involves changing the textual data on the site. Whereas localizing, is providing data that is location specific. Think along the lines of Google and how it provides search data based on location.
If you are attempting simply to do the former then - as others mentioned using tables will suffice - however, if you are wanting to do the latter, then thats an entirely different scenario.