[AspireE2E] "Close" is not localized when hovering over the Close button.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**REGRESSION INFO**: Not repro on Aspire.ProjectTemplates 13.1.0
**INSTALL STEPS**
1. Clean machine: Win11 x64 25h2 ENU
2. Install SDK 10.0.102
3. Add feed
4. Install Aspire.ProjectTemplates 13.2.0-preview.1.26103.9
`dotnet new install Aspire.ProjectTemplates@13.2.0-preview.1.26103.9 --force`
**REPRO STEPS**
1. Open CMD, create an Aspire Starter App using following commands:
```
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
```
2. Run the project using `dotnet run`
3. Go to Settings, change language to Chinese
4. Go to Settings, Hover your mouse over the "Close" button
**ACTUAL**
"Close" is not localized when hovering over the Close button.
**EXPECTED**
All content should be localized.
Contributor guide
Assessment
This issue has not been assessed yet.