Intranet

Hello,I have created a new multilanguage database (English and german) that must work in intranet. There are two buttons which enable the user to choose the language that he want.

Does somebody know how to realise this?

Any advice will be helpful.

Subject: Intranet

My technique is that I always build the whole web-page into a single richtext field from LS. And in the coding where a text is involved I get it from a global language document that I loaded just once.

So when a user chooses another language I just read that other language document.

The selected language is always a part of the URL, which is read before a page is build.

Subject: RE: Intranet

I don’t Know, if your code can help me. I have already downloaded some databases
from openntf but my idea is to make something easy for the user.
I have two flags: german und english. If the user logged in , after he can feel free
to choose another language.
I try to use this code in Computed text:
db := @LowerCase(@ReplaceSubstring(@Subset(@DbName; -1); “\”; “/”));
DocID:=@Text(@InheritedDocumentUniqueID);
“a href="http://nuedev01/” + db + “/NotesTopic?OpenAgent&DocID=”+DocID+“">]”
This is not working.
Well, please send me your code.