Hi there,
I'm creating a site which I want to be multi lingual.
Is it possible to store var's, i.e. $yes, in a MySql table so that when the script came along the value retrived from the database it would read $yes as.....
If language = English $yes = yes
If language = French $yes = oui
etc.....
Thanks in advance