We have bilingual applications too, and we manage it by having only a single index.phtml, and process the language parameter.&nbsp; See the attached text file.<span style="font-family: courier new,monospace;"><br><br></span>Now, when we swtich languages, we actualy start over with a new map file, and separate template.&nbsp; SO the link is to.. 
index.phtml?lang=en-CA or index.phtml?lang=fr-CA<span style="font-family: courier new,monospace;"><br><br></span>Liz<span style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"></span>
<br><div><span class="gmail_quote">On 6/26/06, <b class="gmail_sendername">Little, John</b> &lt;<a href="mailto:JLittle@nrcan.gc.ca">JLittle@nrcan.gc.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Paul,<br><br>Thanks for your response.<br><br>I managed to solve my problem, though I'm sure there are better ways. I<br>simply made both English and French versions for the index, template and<br>map files and toggle between default languages by using
<br>&quot;myurl/index_en.phtml?LANGUAGE=en-CA&quot; and<br>&quot;myurl/index_fr.phtml?LANGUAGE=fr-CA&quot; tagged onto the end of the url.<br>This does what I want, however I'm interested in learning the<br>recommended way to do manage dual languages.
<br><br>I have not yet upgraded to 2.4 b/c there are other applications running<br>off 2.0 that we cannot disrupt at this time.<br><br>Cheers,<br><br>John<br><br>-----Original Message-----<br>From: Paul Spencer [mailto:<a href="mailto:pspencer@dmsolutions.ca">
pspencer@dmsolutions.ca</a>]<br>Sent: Saturday, June 24, 2006 9:43 AM<br>To: Little, John<br>Cc: <a href="mailto:chameleon@lists.maptools.org">chameleon@lists.maptools.org</a><br>Subject: Re: [Chameleon] Dual Language Functionality
<br><br>John,<br><br>I'm fairly sure there would be at least some minor issues with upgrading<br>from 2.0 to 2.4 but I would hope these would be fairly isolated.<br><br>The latest version has some examples of bilingualizing stuff in the
<br>samples directory.<br><br>Regarding wms_title_en and wms_title_fr (etc), I'm not sure that will<br>work ... well, obviously it doesn't ... but I'm not sure its even<br>supposed to work.&nbsp;&nbsp;I assume you are having problems with the legend
<br>widget displaying names in english/french when you switch.&nbsp;&nbsp;I know<br>someone solved this problem.&nbsp;&nbsp;Hopefully they are reading and will post a<br>response.<br><br>Cheers<br><br>Paul<br><br>On 22-Jun-06, at 1:27 PM, Little, John wrote:
<br><br>&gt; Hi all,<br>&gt;<br>&gt; We are currently using Chameleon 2.0 (have not yet upgraded) and I am<br>&gt; trying to make our application bilingual. I have found some<br>&gt; information on this message board and have managed to get it to
<br>&gt; (mostly) work using the (now depreciated) language widget -- but I am<br>&gt; having some problems... I have 2 templates (template_en.html &amp;<br>&gt; template_fr.html). Both pointing to a single map file. My<br>
&gt; understanding is that I should be able to use a single map file and<br>&gt; display the correct language title by setting both a &quot;wms_title_en&quot;<br>&gt; and a &quot;wms_title_fr&quot; (as well as all the other metadata eg:
<br>&gt; &quot;wms_abstract_en&quot; and &quot;wms_abstract_fr&quot; etc.) though this does not<br>&gt; seem to work by adding the &quot;_en&quot; or &quot;_fr&quot;. Am I missing something?<br>&gt;<br>&gt; Or..<br>&gt;<br>
&gt; If I were to upgrade from 2.0 to 2.4, would this affect the existing<br>&gt; application in any way? Also if this is the recommended approach,<br>&gt; could someone explain (I am fairly new to Chameleon) exactly how to
<br>&gt; get dual language functionality working or point me to some<br>&gt; documentation.<br>&gt;<br>&gt; I'd appreciate any help.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; JL<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Chameleon mailing list<br>&gt; <a href="mailto:Chameleon@lists.maptools.org">Chameleon@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/chameleon">http://lists.maptools.org/mailman/listinfo/chameleon
</a><br><br>+-----------------------------------------------------------------+<br>|Paul Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; |<br>+-----------------------------------------------------------------+
<br>|Applications &amp; Software Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>|DM Solutions Group Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>+-----------------------------------------------------------------+
<br><br><br><br><br><br>_______________________________________________<br>Chameleon mailing list<br><a href="mailto:Chameleon@lists.maptools.org">Chameleon@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/chameleon">
http://lists.maptools.org/mailman/listinfo/chameleon</a><br></blockquote></div><br>