My device language is arabic. But my app language is english. I apply a locale to the datepicker.
datePicker.locale = Locale(identifier: "en") datePicker.calendar.locale = Locale(identifier: "en")
Then, while months are english , the days are not being localized. Is there a solution to make the days in english? (Problem is in iOS 15, in iOS 16 it works true)