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:
- Select your workflow, and go to the Settings tool.
- Click the Language tab.
- Change the Language to Other - Right to Left.
-
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> - Click Update All Settings.