Kayıt Sırasında Dil Seçimi
Register.template.php de bul

PHP- Kodu:
if ($context['visual_verification'])
 
    {
 
        echo 

Üstüne ekle

PHP- Kodu:
//Dil seçimi .by ARSLAN
    
echo '
 
                            <tr>        
                                <td width="40%">        
                                <b>'
$txt[ars], ':</b>
                                        </td>
                                         <td>
                            <select name="lngfile">'
;
 
                                            foreach(
$context['languages'] as $language)
                                     echo 
'
                                   <option value="'
$language['filename'], '">'$language['name'], '</option>';
 
                                 echo 
'</select>
                                          </td>
                                   </tr>'

index.turkish.php de bul

PHP- Kodu:
?> 
Üstüne Ekle

PHP- Kodu:
$txt[ars] = 'Dil seçin(Language Select)'