Hi Emma,
Sorry for the late response. As a solution for the mentioned use-case, I would suggest the following steps...
Steps to follow:
1) Clone the DatePicker Widget block for customization.
2) Define an additional input parameter called Locale to DatePicker Widget block.
3) In order to support multiple language you can import moment-with-locales.min.js
https://momentjs.com/downloads/moment-with-locales.min.js
4) Include/Add the moment-with-locales.min.js file in the DatePicker Widget block's Required Scripts section as shown below.

5) Within the DatePicker Widget block's OnReady Event Handler flow define a JavaScript node with the below script to set the locale value (pass the block input parameter Locale value)
moment.locale($parameters.Locale);
That's it.. good to go!
See this sample app - DatePicker With Locale
Please refer the attached .oml file
Hope this helps you!
Kind regards,
Benjith Sam