Hi!
I’m using the date picker component in a few forms, and I’m able to change the buttons language, but not the days and months. I’ve tried to load the Angular localisation JS in the forms where I use it, adding:
<script src="../../../../contracts_process/scripts/angular-locale_es-es.js"></script>
Perhaps if I could add this script after the AngularJS initialization… but I can’t find where the angular.js
script is loaded in Camunda. Any suggestions?
Thanks in advance,