Created
July 9, 2014 12:03
-
-
Save DeskWOW/7ca1ec164b1671faea34 to your computer and use it in GitHub Desktop.
How to correctly render right-to-left languages like Arabic. This code should be placed at the very top of Layout within the Desk.com Advanced Theme editor for your current Default support center web theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if desk.system.language == "ar" %} | |
<style> body { direction:rtl; } </style> | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment