CultureInfo .NET 9 maccatalyst/ios country omission regression #28048
Replies: 1 comment
-
After researching further, this issue appears to be a duplicate of dotnet/runtime#110704 - I will move my observations to there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am observing a serious regression introduced in .NET 9 impacting mac-catalyst/ios implementations of CultureInfo whereby the country is dropped from CultureInfo.InstalledUICulture, CultureInfo.CurrentUICulture and CultureInfo.CurrentCulture
The impact is already noticeable in severe localization regression:
Link to public reproduction project repository
https://github.com/stephenquan/MauiCultureInfoTest
Version with bug
9.0.40
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.100 SR10
Affected platforms
iOS, mac-catalyst
Did you find any workaround?
N/A
Related context
This issue may be related to: #27793 and dotnet/runtime#110430
Beta Was this translation helpful? Give feedback.
All reactions