Connecting Tech Pros Worldwide Forums | Help | Site Map

changing language

Bruintje Beer
Guest
 
Posts: n/a
#1: Sep 1 '06
Hi,

I am new to javascript. How can I change the language in javascript when I
click on a hyperlink. The idea is that people can change langugae on my
index page but I have no idea how to to do that.

John



David Dorward
Guest
 
Posts: n/a
#2: Sep 1 '06

re: changing language


Bruintje Beer wrote:
Quote:
I am new to javascript. How can I change the language in javascript when I
click on a hyperlink. The idea is that people can change langugae on my
index page but I have no idea how to to do that.
Why go near JavaScript for that?

<a href="/de/index.html"
rel="alternative"
title="This page in German"
hreflang="de">[de]</a>

Closed Thread