VladislavAntonyuk/MauiSamples

.NET MAUI Localization iOS

justcivah opened this issue · 4 comments

Hi! I have followed your guide about localization in .NET MAUI, but I'm facing an issue on iOS devices. I attempted to implement localization in a new project, following your guide step by step, and also downloaded your sample code from Github. While the localization worked as expected on Android devices, I encountered an issue on iOS devices where the localization did not change.

I was wondering if anyone else has experienced this issue, and if there are any known solutions or workarounds. Thank you for your help!

I couldn't reproduce the issue. Could you attach a small reproduction sample?

I have downloaded and executed your code. Here's the result on a physical device (iPhone 12) with Hot Reload

TAWW9456.MP4

Tell me if you need something else. Thanks!

I think it is related to this: xamarin/xamarin-macios#16847
Could you try with .NET 8?

Today I have tried on a simulator (before I was deploying it on a physicals device with Hot Reload) and it works as expected using .NET 7.