-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeName on CurrentCulture is shorten on Blazor WebAssembly .NET 5.0 #44739
Comments
Tagging subscribers to this area: @tarekgh, @safern, @krwq Issue Details
|
This is a regression in .NET 5 compared to all of the other .NET frameworks. Please reconsider a patch to address this for our developers and users that don't speak English Also: EnglishName property is misconfigured similarly |
CC @tqiu8 |
This is intensional to save space, we might possibly be able to get some of this data from the browser Intl api. Moving to .NET 7 |
I'm disappointed by the decision... but understand and will build a
work-around index that contains these values in their native language
Jeff
…On Sat, Jul 31, 2021 at 3:51 PM Larry Ewing ***@***.***> wrote:
This is intensional to save space, we might possibly be able to get some
of this data from the browser Intl api. Moving to .NET 7
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44739 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAATF4MBIRS7R7PF6RE5DRLT2RH4BANCNFSM4TXON6WA>
.
|
@csharpfritz I'm disappointed too but we've run out of time to solve this more generally for .NET6. |
Completely understood and I appreciate your position as we enter August
Jeff
…On Sat, Jul 31, 2021 at 4:37 PM Larry Ewing ***@***.***> wrote:
@csharpfritz <https://github.com/csharpfritz> I'm disappointed too but
we've run out of time to solve this more generally for .NET6.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44739 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAATF4JMRLVIUGKVW4B5SJ3T2RNILANCNFSM4TXON6WA>
.
|
So, the .NET 7 ship has sailed on this issue. Can we expect this anytime soon? :) I thought trimming was used to save space by removing unused code? |
Can we just move this feature to an external library that is optionally included in WebAssembly deployments? At this point, I've written my own Dictionary object to host this content |
I'm struggling with this issue on .NET MAUI (net8.0). Where can I find the native names of languages? |
The following Code produces different output comparing Blazor WebAssembly 3.2.0 and 5.0.0:
Blazor WebAssembly 5.0.0 --> "en (US)"
Blazor WebAssembly 3.2.0 --> "English (United States)"
PS: On normal ASP-Web application running with .NET 5.0 the output is "English (United States)"
The text was updated successfully, but these errors were encountered: