Multi-Lingual Site
Hi
The website I am designing will have two or three different languages.
Is it OK just to use the same database I am currently using but just add extra fields for different languages i.e.
id | contentEN | contentCN | contentFR
like that? and then send the selected language in the URL with $_GET - or would a cookie be better?
I would change the URLs in the htaccess file to make them nicer/more user friendly.
Or is there a better way to do it?
Thank you,
Chris
