-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Copy link
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
The new reconnect dialog, displayed by Blazor when the browser loses connection with the server is a wonderful improvement, and I'm tempted to upgrade my project, which is used in production, to .Net 9.0 preview for this reason alone.
The problem is that I need to display the text in languages other than English.
As far as I can see the English text is hard-coded, e.g.:
aspnetcore/src/Components/Web.JS/src/Platform/Circuits/DefaultReconnectDisplay.ts
Line 94 in d65f5c4
this.status.innerHTML = 'Rejoining the server...'; |
Describe the solution you'd like
Could you provide a way to customize the text?
Additional context
No response
Andrzej-W, boukenka, vertonghenb, DukaSoft, maxedin and 16 more
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components