<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi:
<br>I am translating the pages from the foundation store. I use the [L]&nbsp;
text [/L] method.&nbsp; Can you help me with a few other questions since
I&nbsp;am running out of time to&nbsp; figure them out and the Interchange
4.8 books are a bit short on examples.
<p>1- In the login.html page, I added the translation tags:
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=submit value="[L login03]Log In[/L]">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="submit" NAME="mv_click"&nbsp; value="[L login04]New Account[/L]"></pre>

<pre>The translation looks fine but then the New account button (Nouveau compte) doesn't work anymore after it is translated. If I add the following it works again but then the Log In branches to New Account also.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" NAME="mv_click"&nbsp; value="New Account"></pre>

<pre>Do you have a solution for this problem?</pre>

<pre>2- How would you pass a language parameter from a html page to the CGI&nbsp;program?</pre>

<pre>3- On page 254 of the Development Guide the PageDir directive refers to a relative directory for each language. What is relative to?</pre>

<pre>4- Where do the [LC]...[/LC]&nbsp;translations go. I tried to put them in the page but this does not work.</pre>

<pre>Thanks,</pre>

<pre>
--&nbsp;
Michel Matte</pre>
&nbsp;</html>