Topic: Reports in Arabic

How can I get the reports in Arabic Language? Please tell me what I should do.

Re: Reports in Arabic

Look up the font variable in the config.php file and set it accordingly.

Re: Reports in Arabic

Wiki-ed the solution.

Arabic in FA
============
In linux, install the Arabic locale:
    locale-gen ar_EG.utf8
Install ar_EG Arabic Language within FA
Edit the encoding in lang/installed_languages.inc to be 'utf-8' for ar_EG language
Upload the Arabic fonts ? (aealarabiya and aefurat) to the reporting/fonts folder
Edit lines 158 in reporting/includes/class.pdf.inc to be:
    case "ar_EG" :     $fontname = "aealarabiya";     break;
When logged in, make your language preference for the UI to be Arabic.
Now all reports will be in Arabic.

Post's attachments

FA_Arabic_Report.png 30.2 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Reports in Arabic

The Arabic Fonts can be downloaded here.

Post's attachments

FA_Arabic_Fonts.zip 149.3 kb, 4 downloads since 2014-10-08 

You don't have the permssions to download the attachments of this post.