REGRESSION INFO: New feature change on Aspire.ProjectTemplates 13.3
INSTALL STEPS
- Clean machine: Windows11 25h2 x64
- Install SDK 10.0.201
- Install Aspire.ProjectTemplate:
dotnet nuget add source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json --name dotnet9
dotnet new install Aspire.ProjectTemplates@13.3.0-preview.1.26213.4 --force
REPRO STEPS
- Open CMD, create an Aspire Starter App using following commands:
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
- Run the app with
dotnet run
- Open the Dashboard URL in browser
- Go to Settings, change language to Chinese
- Hover the mouse over the bell icon button in the header
- Click the bell icon button to open Notification Center
ACTUAL
-
When hovering the mouse over the bell icon button, the notification content is not localized.

-
Open Notification Center:

-
The command execution results displayed in the notification are not localized.

-
The execution results in Notification Center are not localized.

REGRESSION INFO: New feature change on Aspire.ProjectTemplates 13.3
INSTALL STEPS
REPRO STEPS
dotnet runACTUAL
When hovering the mouse over the bell icon button, the notification content is not localized.

Open Notification Center:

The command execution results displayed in the notification are not localized.

The execution results in Notification Center are not localized.
