<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Rolando,<br>
<br>
openCMS is using the request header sent by the users browser to
identify the users language. This language is then assumed as the
default one. The architecture of the system does assume that you put
different language versions of your files in different folders (e.g.
there is a folder "mysite/en/*all files*" and "mysite/de/*all files*").
You can then easily switch languages by sending the user to the
specific folder. As I'm not using the template one (or two) framworks I
can't tell you where to set the language in these classes but I can
tell you how it works:<br>
<br>
When querying for content the base classes do accept a specific
language parameter which is then used to match content. Such a call
does look like this:<br>
new CmsJspTagContentLoad(null, getJspContext(), collectorName,
collectorParam, null, null, getRequestContext().getLocale(),
CmsDirectEditMode.MANUAL);<br>
<br>
For further information you can take a look at following pages:<br>
  <a class="moz-txt-link-freetext" href="http://mail.opencms.org/pipermail/opencms-dev/2008q4/030850.html">http://mail.opencms.org/pipermail/opencms-dev/2008q4/030850.html</a><br>
  <a class="moz-txt-link-freetext" href="http://www.opencms-forum.de/opencms-forum/viewthread?thread=2520#6308">http://www.opencms-forum.de/opencms-forum/viewthread?thread=2520#6308</a><br>
  <a class="moz-txt-link-freetext" href="http://www.opencms-forum.de/opencms-forum/viewthread?thread=2742#6888">http://www.opencms-forum.de/opencms-forum/viewthread?thread=2742#6888</a><br>
  <a class="moz-txt-link-freetext" href="http://www.opencms-forum.de/opencms-forum/index">http://www.opencms-forum.de/opencms-forum/index</a><br>
  <a class="moz-txt-link-freetext" href="http://www.opencms-wiki.org/Main_Page">http://www.opencms-wiki.org/Main_Page</a><br>
  <a class="moz-txt-link-freetext" href="http://www.opencms-wiki.org/Switch_between_languages">http://www.opencms-wiki.org/Switch_between_languages</a><br>
<br>
br,<br>
Philip<br>
<br>
<br>
<br>
Rolando Miranda Dominguez wrote:
<blockquote cite="mid490A48E4.7070100@dds.desoft.cu" type="cite">  I'm
new developer-user  in openCMS    i'm publishing a site
containing   around  30 pages in 3 languages ... mainly html content <br>
When I try to make a new static content in openCMS and edit it find
that  the editor let me in the same page to put the content in <br>
the  3 langs  ( see  the picture).<br>
 <br>
  <img src="cid:part1.04090402.03020107@pcom.at" alt=""><br>
  <br>
When navigate the site and in the openCMS "demos"  i don't find how to
switch  the language( locale)   like traditional sites... or the way 
it's  happen <br>
programing whit Struts  or Spring web Framework s <br>
Exploring the doc and the Network i found how to now the current
language(or locale of navigation ) <br>
  <big>It is possible  in a JSP page to set some attribute to the
openCMS
to do that.. ??</big><br>
it is a wrong concep thats way ??<br>
  <br>
Thanks in advanced <br>
Rolando <br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
</body>
</html>