change the direction of language
Posted: 08 Sep 2012, 07:59
Dear
I like to change the direction of language from left to right ( ltr ) to right to left (rtl) as I see now arabic words it show revers , direction must be changed , and for example the part of php file attached to show you changing direction in another script .
even if this need to change many files in your script just giude me tell me the files I have to modify and I will start this issue ,
regards
just example from another script
<?php
#General
$lang[general_dir] = "rtl";
$lang[general_charset] = "windows-1256";
$lang[general_notemplate] = "خطأ لايوجد قالب الصفحة !";
$lang[edit]="تحرير";
$lang[delete]="حذف";
I like to change the direction of language from left to right ( ltr ) to right to left (rtl) as I see now arabic words it show revers , direction must be changed , and for example the part of php file attached to show you changing direction in another script .
even if this need to change many files in your script just giude me tell me the files I have to modify and I will start this issue ,
regards
just example from another script
<?php
#General
$lang[general_dir] = "rtl";
$lang[general_charset] = "windows-1256";
$lang[general_notemplate] = "خطأ لايوجد قالب الصفحة !";
$lang[edit]="تحرير";
$lang[delete]="حذف";