(Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.)
Hi, youssef afrighe
The screenshots show that French is selected correctly, but File Explorer is still loading Dutch shell resources. This usually means the current Windows user profile has conflicting language overrides, rather than a problem with the region settings.
Here are some suggestions you can try:
Open Windows Terminal (Admin), select PowerShell, then run these commands one at a time:
$Lang = New-WinUserLanguageList "fr-BE"
Set-WinUserLanguageList $Lang -Force
Set-WinUILanguageOverride -Language "fr-BE"
Set-Culture -CultureInfo "fr-BE"
These commands rebuild the language list and explicitly set French (Belgium) as the interface override for the current account. Sign out, then sign back in so the override takes effect.
Open Microsoft Store > Library > Get updates. Install all available updates, especially any French Local Experience Pack updates, because parts of the Windows interface are updated through the Store.
If File Explorer remains Dutch, create a temporary local administrator account and test it there. If the new account appears fully in French, the original Windows profile is damaged, and moving personal files to the new profile is recommended.
Thank you for your patience in reading, I hope this information has been helpful to you.
If the answer is helpful, please click "Yes" 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.