xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.42k stars 507 forks source link

“bundleId”, “minOSVersion” and “deviceFamily” is not localized when creating new iOS Application #20718

Open rolfbjarne opened 2 weeks ago

rolfbjarne commented 2 weeks ago

Steps to reproduce:

  1. Click "Create a new project" > iOS Application > Next > Next > Notice "bundleId", "minOSVersion" and "deviceFamily" in this page.

Actual:

"bundleId", "minOSVersion" and "deviceFamily" are not localized.

b045acce-5763-44fa-b21d-d2873ffd3684

Expected:

The text "bundleId", "minOSVersion" and "deviceFamily" are localized.

Ref: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2078195