Associate
- Joined
- 14 Apr 2003
- Posts
- 1,101
Hi,
What is the best way to design a multilingual website?
Currently I have two directories:
en/ for english
esp/ for spanish
I dont have a /index.html page so i automatically redirect all users to /en/index.html.
They can change to and from Spanish by a link at the top of each page.
As this is my first multilingual webpage I didn't really design it too well. I am just wondering if this is the best way to go about it or are there fancier ways? (I know ASP.NET has some language stuff built in but this is with PHP). Also I am concerned about the effects that the redirect may have on SEO.
What is the best way to design a multilingual website?
Currently I have two directories:
en/ for english
esp/ for spanish
I dont have a /index.html page so i automatically redirect all users to /en/index.html.
They can change to and from Spanish by a link at the top of each page.
As this is my first multilingual webpage I didn't really design it too well. I am just wondering if this is the best way to go about it or are there fancier ways? (I know ASP.NET has some language stuff built in but this is with PHP). Also I am concerned about the effects that the redirect may have on SEO.