How can I change the Language?

ozzy 13 Sep, 2007
//This was the form I really liked post by one of the members. I have a online Teaching web site IELTS. Its in English and Turkish.
I have checked all the forums about language but I dont know where to place them?? Im a examiner I have no Idea about PHP..Joomla is easy this is why Im using it.:)


<style type="text/css">
<!--
.style1 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>
<fieldset>
 <legend><strong>IELTS Registration Form</strong></legend>


<p class="style1"> </p>
<table width="553" border="0">
  <tr>
    <td width="111">Name: </td>
    <td width="432"><input type="text" name="name" size="42"></td>
  </tr>
  <tr>
    <td>Surname:</td>
    <td><input type="text" name="surname" size="42"></td>
  </tr>
  <tr>
    <td>Address: </td>
    <td><input type="text" name="street" size="72"></td>
  </tr>
  <tr>
    <td>City:</td>
    <td><input type="text" name="city" size="20"></td>
  </tr>
  <tr>
    <td>Day Phone: </td>
    <td><input type="text" name="day_phone" size="20"></td>
  </tr>
  <tr>
    <td>E-mail: </td>
    <td><input type="text" name="email" size="42"></td>
  </tr>
</table>
<p> </p>

<hr>
<p><strong>Where did you hear us?</strong> 
<input type="text" name="where_hear" size="42"></p>
<p><strong>Would you like to hear about our work?</strong>     
  <input type="radio" name="appt" value="YES" id="ff_elem183"> 
  <label id="ff_lbl183" for="ff_elem183">Yes </label>
  <input type="radio" name="appt" value="NO" id="ff_elem184"> 
  <label id="ff_lbl184" for="ff_elem184">No </label>
</p>
<hr />
<p><strong>I would like additional information about:</strong> </p>
<div align="left">
<table border="0" width="469" id="table4" align="left">
  <tr>
    <td width="155">
      <p><input TYPE="checkbox" NAME="ff_nm_ACADEMIC_IELTS[]" VALUE="YES" id="ff_elem193">
      <label id="ff_lbl193" for="ff_elem193">Academic <strong>IELTS</strong> </label>
      </p>
      <p><input TYPE="checkbox" NAME="ff_nm_GENERAL_IELTS[]" VALUE="YES" id="ff_elem194">
      <label id="ff_lbl194" for="ff_elem194">General <strong>IELTS</strong> </label>
      <p></td>
    <td width="156">
      <p><input TYPE="checkbox" NAME="ff_nm_Listening[]" VALUE="Yes" id="ff_elem195"> 
      <label id="ff_lbl195" for="ff_elem195">Listening </label>
      </p>
	  <p><input TYPE="checkbox" NAME="ff_nm_Reading[]" VALUE="YES" id="ff_elem196"> 
      <label id="ff_lbl196" for="ff_elem196">Reading </label>
      </p>
	  <p><input TYPE="checkbox" NAME="ff_nm_Writing[]" VALUE="YES" id="ff_elem197"> 
      <label id="ff_lbl197" for="ff_elem197">Writing </label>
      </p>
      <p><input TYPE="checkbox" NAME="ff_nm_Speaking[]" VALUE="YES" id="ff_elem198"> 
      <label id="ff_lbl198" for="ff_elem198">Speaking</label>
      <p></td>
    <td width="156">
      <p><input TYPE="checkbox" NAME="ff_nm_Study_Guide[]" VALUE="YES" id="ff_elem199"> 
      <label id="ff_lbl199" for="ff_elem199">Study Guide </label>
      </p>
      <p><input TYPE="checkbox" NAME="ff_nm_Online_Guide[]" VALUE="YES" id="ff_elem200"> 
      <label id="ff_lbl200" for="ff_elem200">Online Guide </label>
      <p></td>
  </tr>
</table>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><strong>The best way to contact me:
</strong>
<p><input TYPE="checkbox" NAME="ff_nm_Post[]" VALUE="Yes" id="ff_elem300"> 
      <label id="ff_lbl300" for="ff_elem300">Mail </label>
</p>
<p><input TYPE="checkbox" NAME="ff_nm_Telephone[]" VALUE="Yes" id="ff_elem301"> 
      <label id="ff_lbl301" for="ff_elem301">Telephone </label>
</p>
<p><input TYPE="checkbox" NAME="ff_nm_email[]" VALUE="Yes" id="ff_elem302"> 
      <label id="ff_lbl302" for="ff_elem302">E-Mail </label>
</p>

<p>Use the space below for additional questions & comments:</p>
<p><textarea COLS="30" NAME="other_info0" id="ff_elem205" style="height: 63; width: 612" rows="5"></textarea></p>

<button type="submit" class="button"><?php echo SUBMIT; ?></button>   

         <button type="reset" class="button"><?php echo RESET; ?></button>


<?php if(!$my->id){ ?>  
{imageverification}
<?php } ?>
</fieldset>
<script language="javascript">
document.ChronoContact_checkincheckout.fromname.focus();
<br><br>Post edited by: admin, at: 2007/09/13 06:02
ozzy 13 Sep, 2007
Thank you for the link,
the second link well bulleye perfect and it really helped a lot.
:)πŸ™‚
This topic is locked and no more replies can be posted.