Hi all,
I have an ASP webpage, and a database where I keep a table containing:
language, textname, text
------------------------
uk, welcome, Hi you all
uk, anothertext, Nice to see you
no, velkommen, Hei på deg
no, annentext, Hyggelig å se deg
On the page layout, I have a menu "choose your country", with UK and NORWAY as options. The idea is that if you're on the webpage looking at the uk text "welcome" you should be able to click on NORWAY and get the "no text velkommen". If you then follow a link from the page "no-velkommen" to the "no-annentext", you should be able to click UK from the menu and get the "uk-anothertext".
Clear so far? I'm using only one page, so it is like landing on index.asp?lang=uk&txt=welcome, follow the link to index.asp?lang=uk&txt=anothertext, and so on.
I considered using "go to related page" but I don't see how I can tell the page to use the actual URL, and only change the language...
Anyone out there that could help me out, please?
Thanks in advance,
Harry M. Aasterud
I have an ASP webpage, and a database where I keep a table containing:
language, textname, text
------------------------
uk, welcome, Hi you all
uk, anothertext, Nice to see you
no, velkommen, Hei på deg
no, annentext, Hyggelig å se deg
On the page layout, I have a menu "choose your country", with UK and NORWAY as options. The idea is that if you're on the webpage looking at the uk text "welcome" you should be able to click on NORWAY and get the "no text velkommen". If you then follow a link from the page "no-velkommen" to the "no-annentext", you should be able to click UK from the menu and get the "uk-anothertext".
Clear so far? I'm using only one page, so it is like landing on index.asp?lang=uk&txt=welcome, follow the link to index.asp?lang=uk&txt=anothertext, and so on.
I considered using "go to related page" but I don't see how I can tell the page to use the actual URL, and only change the language...
Anyone out there that could help me out, please?
Thanks in advance,
Harry M. Aasterud