Actions
Bug #3425
closedThe datepickers in Rudder are always the French ones
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The Datepicker we use are nicely internationalisable; they come in many language. However, we hard code the use of the French one :
<script type="text/javascript" src="/javascript/jquery/ui/i18n/jquery.ui.datepicker-fr.js"></script>
We should base ourself on the local of the user to display the proper datepicker
Actions