dotnet / dotnet/sdk

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

Open
#55,744 3 comments 1 reaction 3 assignees Claimed by @nagilson View on GitHub
Area-CLI Bug cookie localization
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### 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

```console
.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_

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.