aspire
aspire copied to clipboard
[WebToolsE2E][Aspire] In the Aspire Dashboard the restart/start/stop buttons and some words in the setting pane isn't localized on non-ENU OS.
REGRESSION INFO
Worked in Aspire 9.2.1
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0.203
- Add the dotnet9 feed for 9.3.0-preview.1
- Install the latest Aspire 9.3.0-preview.1 templates
dotnet new install Aspire.ProjectTemplates::9.3.0-preview.1.25223.6
NOTE
- This issue also reproduce using the "aspire new" command.
REPRO STEPS
- Run the command in the CMD.
dotnet new aspire-starter -o aspire
cd aspire
cd aspire.apphost
- Run the project using this command:
dotnet run - In the Setting Pane on the Aspire Dashboard, click different language.
ACTUAL
The start/stop/restart button isn't localized in the Resources Page.
In the Graph Table
In the Settings Pane
The "Resource logs and Telemetry" are not localized.
When hovering the buttons it isn't localize either.
EXPECTED It should be localized to different languages.