react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

[Bug]: Accessibilities language not working

Open Ruchita-uninow opened this issue 6 months ago • 1 comments

Describe the bug

Even if we switch languages, the time and minutes are still displayed in English.

Expected behavior

For example, when I switched the German language, it now says 10 o'clock and 15 minutes rather than 10 Uhr und 15 Minuten, which is similar to what Apple Calendar says.

To Reproduce

<DatePicker
        date={date}
        mode="time"
        onDateChange={selectedDate => {
          onSelectTime(selectedDate);
        }}
        locale={"de-DE"}
        accessible
        accessibilityLanguage={"de-DE"}
        accessibilityRole="timer"
      />

Operating System

  • [x] Android
  • [x] iOS

React Native Version

0.76.9

Expo Version (if applicable)

52.0.46

react-native-date-picker version

5.0.12

React Native Architecture

  • [ ] Old Architecture (Paper)
  • [x] New Architecture (Fabric)

Relevant log output


Ruchita-uninow avatar Jun 16 '25 08:06 Ruchita-uninow

Same issue here

tomruijgrok avatar Dec 12 '25 10:12 tomruijgrok