Hi nicola,
In order to display a French calendar, you need to do the same as for the jqxCalendar widget.
1. Include the jquery.global.js and jquery.glob.fr-FR.js scripts
<script type="text/javascript" src="../../jqwidgets/globalization/jquery.global.js"></script><script type="text/javascript" src="../../jqwidgets/globalization/jquery.glob.fr-FR.js"></script>
2. Set the jqxDateTimeInput’s culture property to ‘fr-FR’ – the name of the culture in the jquery.glob.fr-FR.js script.
$("#jqxDateTimeInput").jqxDateTimeInput({ culture: 'fr-FR' });
Best Regards,
George