Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Created July 9, 2014 12:03
Show Gist options
  • Save DeskWOW/7ca1ec164b1671faea34 to your computer and use it in GitHub Desktop.
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.
{% 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