Use this break code to automatically identify the language type of the client browser, reallo language type
File: // Enter ISO 639-2 Letter Language Codes to Detect (see: http://www.w3.org/wai/er/ig/ert/iso639.htm): Var Langcodes = New Array ("en", "fr", "es", "ja", "zh", "default")
File: // Enter Corresponding Redirect URLS (Last One IS for Default URL): Var LangRedirects = New Array ("INDEX.HTM", "French.htm", "spanish.htm", "japan.htm", "Chinese. HTM "," index.htm ")
Var languageInfo = Navigator.language: navigator.UserlanguageVar gotodefault = 1
Function RedirectPage (DEST) {if (Window.Location.Replace) Window.Location.Replace (DEST) Elsewindow.Location = DEST}
For (i = 0; i
IF (Gotodefault) RedirectPage (Langdirects [Langcodes.Length-1])
script>