Question: Hebrew Language Show In Reverse - Mirror

Hebrew Language Show In Reverse - Mirror

Hi - in invoice PDF creator the Hebrew language show in reverse assume the world עברית displayed - > תירבע, - Where can modify the PDF Fields? Best Regard

MM

Majdy Massarueh

Asked
Hi
- in invoice PDF creator the Hebrew language show in reverse assume the world עברית displayed - > תירבע,
- Where can modify the PDF Fields?

Best Regard
  • MS

    Mian Saleem

    Answered
    Hello,

    The pdf library file is `app/libraries/Tec_dompdf.php` You can try to remove `// Fix arabic characters` section if that make any difference.

    Thank you
  • MM

    Majdy Massarueh

    Answered
    Hi
    I remove the code but still with the same problem!!
  • MS

    Mian Saleem

    Answered
    Hello,

    If your language is RLT then you can edit `themes/default/views/sales/view_invoice.php` and add `dir="rtl"` to the html tag. The 2nd line will be

    ```html
    <html dir="rtl">
    ```

    If still don't work, let me know some text in your language to test here.

    Thank you
  • Login to Reply