Too many zeros when the narrator reads the time

leif li 46 Reputation points
2022-10-13T09:17:59.067+00:00

For example:
Time remaining:00:02:34

Turn on Narrator Mode,

Will reading :
Time remaining colon zero zero colon zero two colon three four
I want it to reading :
Time remaining colon two minutes and thirty-four seconds

How to do it?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 114.7K Reputation points
    2022-10-13T11:21:17.167+00:00

    Try adding a space before the time:

    Time remaining: 00:02:34

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful