search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DayPilot is not supporting Arabic language

Asked by Anonymous
2 years ago.

Hi team,
We are using daypilot in our web application. We are providing multilingual support to our client, Arabic language is one of those languages. We have tried this code snipped to change the orientation to RTL.

<div id="dp"></div>
<script type="text/javascript">
var dp = new DayPilot.Calendar("dp");
dp.rtl = true;
dp.init();
</script>

Please let us know if we are doing it a right way or not.

Thank you in advance.

Answer posted by Dan Letecky [DayPilot]
2 years ago.

The RTL text direction is only supported in the Pro version, you can find a demo here:
https://javascript.daypilot.org/demo/calendar/rtl.html

At this moment, it's not supported in the Lite (open-source) version.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.