sdk
sdk copied to clipboard
[NetSDKE2E][Loc]With .NET 7 rc1 installed, the texts in CLI are partly unlocalzied after running "dotnet workload search".
Description
The texts in CLI are partly unlocalzied after running "dotnet workload search".
Reproduction Steps
- Clean local OS.
- Install the standalone NET 7 X64 SDK : 7.0.100-rc.1.22424.4 (runtime-7.0.0-rc.1.22423.16) from https://github.com/dotnet/installer.
- Run "dotnet workload search".
JP:
TK:

dotnet --info:
.NET SDK: Version: 7.0.100-rc.1.22424.4 Commit: bcf1c82b2c
ランタイム環境: OS Name: Windows OS Version: 10.0.19041 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.100-rc.1.22424.4\
Host: Version: 7.0.0-rc.1.22423.16 Architecture: x64 Commit: 430c42acb0
.NET SDKs installed: 7.0.100-rc.1.22424.4 [C:\Program Files\dotnet\sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 7.0.0-rc.1.22423.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.0-rc.1.22423.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 7.0.0-rc.1.22423.6 [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
None of these have ever been localized.
CC @steveisok in case he wants to localize the runtime packs and @jonathanpeppers in case he wants to localize the maui ones.
Also repro on NET7 RC2 SDK(7.0.100-rc.2.22471.15)
e.g JP
