Skip to content

[Blazor] Enable custom text in the new (.Net 9.0) reconnect dialog #57453

@dgoldm

Description

@dgoldm

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.:

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

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Components

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions