Quote:
Originally Posted by neman69
multiple tables? one for english? another for spanish?
|
Definitely not! This would mean rewriting all your SQL each time you add a new language and it would be a pain to look after.
Quote:
Originally Posted by neman69
Also is there a translation function within mysql to support translation of data queried say from spanish to be read in english...depending upon the chosen language of the querier???
|
I'm sure MySQL cannot do this but there are interfaces available for google translator. Not sure how good this is though.
You'll want to store a language code alongside each input and a similar code for each user. Difficult to offer more advice without knowing more about the application.