Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETSDKE2E][VS64][Loc].NET MAUI Multi-Project App template on "Create a new dialog" is not localized. #25218

Open
samhouts opened this issue Oct 11, 2024 · 1 comment
Labels
area-templates Project templates, Item Templates for Blazor and MAUI t/bug Something isn't working

Comments

@samhouts
Copy link
Member

Affected Branch: main
Affected Build: 17.11.0 preview 1.0 [34816.208.main] from Pipelines - Run main-34816.208 (visualstudio.com) + net 9.0.100-preview.4.24216.10(runtime-9.0.0-preview.4.24215.5) sdk from dotnet/installer: .NET SDK Installer (github.com)
Affected Product Language:
All local languages
Steps to reproduce:

1. Install maui workload using blew command in CLI
 dotnet workload install maui
2. File -> New -> Project
3. Check if ".NET MAUI Multi-Project App" template is localized.

Expected Result:
The project template should be localized well.

Actual Result:
".NET MAUI Multi-Project App" template is not localized.

EN:
Image
SC:
Image
DE:
Image

dotnet --info:

.NET SDK:
 Version:           9.0.100-preview.4.24216.10
 Commit:            93213b2642
 Workload version:  9.0.100-manifests.1ba1bb78
 MSBuild version:   17.11.0-preview-24216-02+367149434

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.22631
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\9.0.100-preview.4.24216.10\

.NET workloads installed:
 [android]
   Installation Source: SDK 9.0.100-preview.4, VS 17.11.34816.208
   Manifest Version:    34.99.0-preview.4.250/9.0.100-preview.4
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.4\microsoft.net.sdk.android\34.99.0-preview.4.250\WorkloadManifest.json
   Install Type:              Msi

 [aspire]
   Installation Source: SDK 9.0.100-preview.4, VS 17.11.34816.208
   Manifest Version:    9.0.0-preview.4.24216.5/9.0.100-preview.1
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.1\microsoft.net.sdk.aspire\9.0.0-preview.4.24216.5\WorkloadManifest.json
   Install Type:              Msi

 [ios]
   Installation Source: SDK 9.0.100-preview.4, VS 17.11.34816.208
   Manifest Version:    17.2.9473-net9-p4/9.0.100-preview.4
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.4\microsoft.net.sdk.ios\17.2.9473-net9-p4\WorkloadManifest.json
   Install Type:              Msi

 [maccatalyst]
   Installation Source: SDK 9.0.100-preview.4, VS 17.11.34816.208
   Manifest Version:    17.2.9473-net9-p4/9.0.100-preview.4
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.4\microsoft.net.sdk.maccatalyst\17.2.9473-net9-p4\WorkloadManifest.json
   Install Type:              Msi

 [maui]
   Installation Source: SDK 9.0.100-preview.4
   Manifest Version:    9.0.0-ci.net9.preview4.10504/9.0.100-preview.4
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.4\microsoft.net.sdk.maui\9.0.0-ci.net9.preview4.10504\WorkloadManifest.json
   Install Type:              Msi

 [maui-windows]
   Installation Source: SDK 9.0.100-preview.4, VS 17.11.34816.208
   Manifest Version:    9.0.0-ci.net9.preview4.10504/9.0.100-preview.4
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.4\microsoft.net.sdk.maui\9.0.0-ci.net9.preview4.10504\WorkloadManifest.json
   Install Type:              Msi


Host:
  Version:      9.0.0-preview.4.24215.5
  Architecture: x64
  Commit:       86a1911d7c

.NET SDKs installed:
  8.0.300-preview.24203.14 [C:\Program Files\dotnet\sdk]
  9.0.100-preview.4.24216.10 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.27 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 7.0.16 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 8.0.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 9.0.0-preview.4.24215.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.27 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 8.0.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 9.0.0-preview.4.24215.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 6.0.27 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 7.0.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 8.0.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 9.0.0-preview.4.24213.1 [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:
  Not set

global.json file:
  Not found

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

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

View on AzDO

@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label Oct 11, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@samhouts samhouts added t/bug Something isn't working area-templates Project templates, Item Templates for Blazor and MAUI and removed s/triaged Issue has been reviewed labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates Project templates, Item Templates for Blazor and MAUI t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant