Skip to content

[NETSDKE2E][Loc][Regression]With .NET11 RC1 installed on Loc OS, Welcome description are unlocalized in CLI. #55744

Description

@vdanche

Regression Info

Also repro on NET 11 preview 7 SDK
Not repro on 10.0.400 SDK

Describe the bug

With .NET11 RC1 installed on Loc OS, Welcome description are unlocalized in CLI.

Steps to reproduce

Steps:
1.install net11 RC1 on locale OS Version. e.g. German OS
2.Run command in CLI. e.g. “dotnet new console”
3.Check if output contents are localized well.

Expected behavior

Strings are localized well.

Actual behavior

Welcome description are unlocalized
German OS:
Image

Chinese OS

Image

EN OS

Image

Is this a regression?

Yes

Are there any workarounds?

No response

dotnet --info output

.NET SDK:
 Version:           11.0.100-rc.1.26411.112
 Commit:            19bc97f3dd
 Workload version:  11.0.100-manifests.ac1a9b20
 MSBuild version:   18.11.0-1.26411.112+19bc97f3d

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.26200
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\11.0.100-rc.1.26411.112

.NET workloads installed:
Es sind keine installierten Workloads zum Anzeigen vorhanden.
Für die Verwendung von workload sets bei der Installation neuer Manifeste konfiguriert.
Es sind keine Workloadsätze installiert. Führen Sie ,dotnet workload restore" aus, um einen Workloadsatz zu installieren.

Host:
  Version:      11.0.0-rc.1.26411.112
  Architecture: x64
  Commit:       19bc97f3dd

.NET SDKs installed:
  11.0.100-rc.1.26411.112 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 11.0.0-rc.1.26411.112 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 11.0.0-rc.1.26411.112 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 11.0.0-rc.1.26411.112 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
  x86   [C:\Program Files (x86)\dotnet]
    registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]

Environment variables:
  DOTNET_CLI_TELEMETRY_LOG_PATH            [C:\Test\Telemetry.json]

global.json file:
  Not found

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

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

IDE version

No response

Other details

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions