Arabia_Master wrote:
هذا يعني انه العربي موجود بس كيف نفعله |
Dear friends
You need some modifications to use Arabic language
1- add this in line 1 in all forum pages <%@ Language=VBScript CodePage = "1256" %>
2- redirect all pages to RTL from the header or modification all other pages
3- some modifications in all form for you can use Arabic like that
<form method="post" name="frmAddMessage" action="<% = strPostPage %>" onReset="return confirm('<% = strResetFormConfirm %>');"
dir="rtl" lang="ar">
at last don't forget translate the language file

be welcome

Edited by mass - 11 March 2006 at 1:25pm