dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.83k stars 1.67k forks source link

DatePicker switches date format to English #23431

Open mknotzer opened 2 days ago

mknotzer commented 2 days ago

Description

DatePicker starts in German (31.01.2024), after changing the date the format is English (01/31/2024)

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.21 SR4.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

<Setter Property="Format" Value="dd.MM.yyyy" />

Relevant log output

No response

github-actions[bot] commented 2 days ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Zhanglirong-Winnie commented 2 days ago

This issue has been verified using Visual Studio 17.11.0 Preview 2.1(8.0.21 & 8.0.10). Can repro on iOS platform.