git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6322
7612ce4b-ef26-0410-bec9-
ea0150e637f0
putenv( "LANGUAGE=$longlocale" );
}
setlocale(LC_ALL, $longlocale);
+
+ // Set text direction/alignment variables
+ if (isset($languages[$sm_notAlias]['DIR']) &&
+ $languages[$sm_notAlias]['DIR'] == 'rtl') {
+ $text_direction='rtl';
+ $left_align='right';
+ $right_align='left';
+ } else {
+ $text_direction='ltr';
+ $left_align='left';
+ $right_align='right';
+ }
+
$squirrelmail_language = $sm_notAlias;
if ($squirrelmail_language == 'ja_JP') {
header ('Content-Type: text/html; charset=EUC-JP');