I have a site with english and french pages. 1200 each. On the english pages, I'd like users to be able to click a 'french' link that would automatically take them to the French version of the page. SAME URL only /french/ now instead of /english/ and vice versa on the French pages, an English link.
So if my url structure is like this:
files/english/service/home.htm
I'd like the 'french' link to point to:
files/francais/service/home.htm
and vice versa on the French pages, an English link.
Can someone please offer me the code to take the current page url, and substitute ONLY the /english/ for /francais/ in the link code?
I would like to add the code to each of the pages. To make jumping between English and French easier.
So if my url structure is like this:
files/english/service/home.htm
I'd like the 'french' link to point to:
files/francais/service/home.htm
and vice versa on the French pages, an English link.
Can someone please offer me the code to take the current page url, and substitute ONLY the /english/ for /francais/ in the link code?
I would like to add the code to each of the pages. To make jumping between English and French easier.