Create a Java-widget for it that does
String dateInFrench=localDate.format(DateTimeFormatter.ofPattern("EEEE, dd MMMM, yyyy",Locale.GERMAN));
For details see https://www.javabrahman.com/java-8/java-8-how-to-get-day-of-week-month-in-spanish-french-for-any-date-using-locale/
Try to use formatDateTime($DateSelected, 'LLLL')
See also the documentation https://docs.mendix.com/refguide/parse-and-format-date-function-calls/
Maik, if language is German, you cannot get an English month name using "LLLL". That wil then give the German month name (Januar).
Vote for: https://forum.mendix.com/link/space/microflows/ideas/2175
Hi Karsten,
As people have mentioned, it is unfortunately not possible by default. You could of course build your own logic for this, where you translate the month to the correct language yourself. Good luck!
Regards,
Esther