Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Sponsored Reviews   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 10-09-2004, 06:14 AM   #1 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
About Multiple Languages on a Site

I want my website to have two languages. One is English and one is Japanese. I like to have www.domain.com to be english and www.domain.com/ja/ to be Japanese.

Now, If a user is using a Japanese Operating System, I want him/her to be automatically redirected to www.domain.com/ja/ (a Japanese version). If a user is using an ordinary English OS, then it stays the same as www.domain.com.

One good example of this I found is Skype.com (the older website). However, I don't know what HTML code I should use. Kindly tell me what kind of code I should put and where? And I want it to be Google and Search Engine friendly.

Thanks
killua is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 10-09-2004, 03:02 PM   #2 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
not sure if this works

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <% language = Request.ServerVariables("HTTP_ACCEPT_LANGUAGE") If language = "da" Then %> <!--#include virtual = "/da.shtml"--> <% ElseIf language = "it" Then %> <!--#include virtual = "/it.shtml"--> <% Else %> <!--#include virtual = "/en.shtml"--> <% End If %> </body> </html>
ASP and SSI, should present "dansk" if system is danish "italian" if system is italian and english for the rest, dont know if it works with all browsers, otherwise you need a service that will tell you what contry an IP is assigned to ??
test http://www.cybernation.dk/lingo.asp.
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-10-2004, 12:10 AM   #3 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
Thanks. I'll try if it works.
killua is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Languages vivirenet Web Usability 5 03-07-2008 08:06 PM
two languages site MaZaGAngeE SEO Forum 18 03-31-2007 04:03 AM
SEO Wise, what is smarter? 2 Languages in 1 site or... Klaas Koopman SEO Forum 21 09-27-2006 05:01 AM
Multiple / Same Site Question ToddW SEO Forum 4 02-20-2004 01:10 AM
1 site, 2 languages - optimizing + domain questions biginjapan SEO Forum 22 10-15-2003 09:35 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:41 AM.
© Copyright 2008 V7 Inc