dotnet / maui-samples

Samples for .NET Multi-Platform App UI (.NET MAUI)
https://dot.net/maui
MIT License
3.06k stars 1.27k forks source link

Application name in the Localization Sample does not work on iOS platform. #479

Open n3823930 opened 2 months ago

n3823930 commented 2 months ago

Hello, I found a problem when testing the Localization Sample. The Application Name is valid on the Android platform, but invalid on the iOS platform. On the iOS platform, no matter which language is switched, the Application Name will only display the in LocalizationDemo.csproj. Is this a bug of .NET MAUI 8?

marcdrexel commented 2 months ago

can confirm, app name localization for iOS does not work.

we just ported a app from xamarin.forms to maui and also added app name localization as documented here https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1

didnt work so we looked at the maui-samples to figure out what we did wrong only to notice that the official sample also does not work. https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Localization

jfversluis commented 2 months ago

I think this will be fixed in an upcoming update because of https://github.com/dotnet/maui/pull/23269