Multi-lingual Things
Posted: Thu Dec 21, 2006 9:56 am
Ok I am making a site and its going to be in however many languages they want. Now I am having a bit of a design problem with parts of it though.
There is going to be a shopping cart and so when the admin adds a new item in they put a name and a description. Well now this would have to be in every different language, so what I naturally think to do is cycle though all of the languages and put in a field for that language. The problem is that you now have 4 input's for the name and 4 textboxes for the description flying around. It gets messy, really messy.
I suppose I could use javascript to hide them and whatnot but I dont want to rely on javascript to make the page and also that would require custom javascript for each input area which would get annoying.
Is there a good way to do this that I havnt thought about?
There is going to be a shopping cart and so when the admin adds a new item in they put a name and a description. Well now this would have to be in every different language, so what I naturally think to do is cycle though all of the languages and put in a field for that language. The problem is that you now have 4 input's for the name and 4 textboxes for the description flying around. It gets messy, really messy.
I suppose I could use javascript to hide them and whatnot but I dont want to rely on javascript to make the page and also that would require custom javascript for each input area which would get annoying.
Is there a good way to do this that I havnt thought about?