It would be nice to have an option to change picker language by passing a locale prop
Picker has device language regardless of the app language settings
<DateTimePicker
mode="date"
value={date}
onChange={handleDateChange}
locale={language}
minimumDate={minDate}
maximumDate={maxDate}
/>
Any chances for this feature?
Any chances for this feature? [2]
Hello, thanks for the feature request. There is currently no plan to implement this by the maintenainers, but we will accept a pull request for this feature.