Replies: 2 comments
-
I'm experiencing the same issue after upgrading from .net 9 to 10. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not supported anymore )": #63792 |
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 used to enable
HybridGlobalization
in my blazor webassembly projects and I could change culture at runtime programmatically at anytime, but now, in .NET 10 RC 1, it forces me to enableBlazorWebAssemblyLoadAllGlobalizationData
, resulting into more additional files download and 150KB (Brotli Compressed) download size )":Doesn't
HybridGlobalization
mean it would use browser's data instead of relying on dotnet .dat files as much as possible?In order to test, try opening https://adminpanel.bitplatform.dev (Would work) and https://todo.bitplatform.dev (Wouldn't work) on non-English browser.
Beta Was this translation helpful? Give feedback.
All reactions