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

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

Open
n3823930 opened this issue Jun 12, 2024 · 2 comments
Open

Comments

@n3823930
Copy link

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
Copy link

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
Copy link
Member

I think this will be fixed in an upcoming update because of dotnet/maui#23269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants