A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Hello,
There is a Platforms\Windows\Package.appxmanifest file of your MAUI project, you can edit the Resource to support English only. (Or other language)
<Resources>
<Resource Language="en-US"/>
</Resources>
For more details, please refer to Localization - .NET MAUI | Microsoft Learn
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.