How to Create Workflows with Right-to-Left Languages

Here's a simple trick to make your workflows appear properly in right-to-left languages using these scripts:

  • Hebrew
  • Arabic
  • Syriac
  • Thaana
  • Tifinar
  • Urdu


Use a special language setting and a custom CSS to make these languages appear properly:

  1. Select your workflow, and go to the Settings tool.
  2. Click the Language tab.
  3. Change the Language to Other - Right to Left.

  1. Under the Code tab, enter this supporting CSS code:

    <style>
    body {
    direction: rtl;
    }
    .fa-chevron-right:before {
    content: "\f053";
    }
    .fa-arrow-left:before {
    content: "\f061";
    }
    </style>
  2. Click Update All Settings.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Didn't find what you need?

Our friendly customer support team is here to help

Submit a Request

Looking for help or advice?

Reach out to our knowledgeable community of users.

Zingtree Community