aspire icon indicating copy to clipboard operation
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.

Open Coleen17 opened this issue 8 months ago • 0 comments

REGRESSION INFO

Worked in Aspire 9.2.1

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 9.0.203
  3. Add the dotnet9 feed for 9.3.0-preview.1
  4. Install the latest Aspire 9.3.0-preview.1 templates dotnet new install Aspire.ProjectTemplates::9.3.0-preview.1.25223.6

NOTE

  1. This issue also reproduce using the "aspire new" command.

REPRO STEPS

  1. Run the command in the CMD.
dotnet new aspire-starter -o aspire
cd aspire
cd aspire.apphost
  1. Run the project using this command: dotnet run
  2. In the Setting Pane on the Aspire Dashboard, click different language.

ACTUAL The start/stop/restart button isn't localized in the Resources Page. Image Image

In the Graph Table Image

In the Settings Pane The "Resource logs and Telemetry" are not localized. Image

When hovering the buttons it isn't localize either. Image

EXPECTED It should be localized to different languages.

Coleen17 avatar Apr 24 '25 06:04 Coleen17