dotnet / dotnet/sdk

[NETSDKE2E][Loc]With NET9 RC2 SDK installed, some strings are unlocalized in output of "dotnet workload --info".

Open
#43,533 11 comments 0 reactions 0 assignees View on GitHub
Area-Workloads untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

Repro
1.install NET9 RC2 SDK on Loc windows OS. e.g Chinese/German
2. dotnet workload install aspire
3. Dotnet workload config --update-mode workload-set
4. dotnet workload --info

**Expected Result:**
In Step4, the output are displayed well

**Actual Result:**
Some strings are unlocalized

Chinese:
![image](https://github.com/user-attachments/assets/69fc9937-4fa6-4b71-8a22-b8ccf791cb4f)

below strings also not unlocalized when specifying a workload version in globaljson file
![image](https://github.com/user-attachments/assets/51989201-572f-460c-a5f2-cf25f55448bf)

German:
![image](https://github.com/user-attachments/assets/3522a224-5780-4ade-b700-2d4a72e0fc3e)

EN:
![image](https://github.com/user-attachments/assets/33fc5775-91b3-4c51-8e73-be10da89e354)

dotnet --info:
.NET SDK:
Version: 9.0.100-rc.2.24467.36
Commit: https://github.com/dotnet/sdk/commit/4d4e5761c3066cba0df0d904b81a1a0a3fc44a88
Workload version: 9.0.100-manifests.47de87af
MSBuild version: 17.12.0-preview-24466-06+be6149fc8

运行时环境:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100-rc.2.24467.36\

已安装 .NET 工作负载:
没有要显示的已安装工作负载。
配置为在安装新清单时使用 workload sets。
Workloads are configured to install and update using workload versions, but none were found. Run "dotnet workload restore" to install a workload version.

Host:
Version: 9.0.0-rc.2.24463.7
Architecture: x64
Commit: static

.NET SDKs installed:
9.0.100-rc.2.24467.36 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.0-rtm.24466.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0-rc.2.24463.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.0-rtm.24467.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.