Change the Windows regional settings (edit)
Configure International Settings in Windows | Microsoft Docs (HAY HAY HAY)
Get-WinSystemLocale
Set-WinSystemLocale ja-JP --- Japanese (Japan)
Set-WinSystemLocale en-US --- English (United States)
Restart-Computer
The display language you select changes the default language used by Windows features like Settings and File Explorer.
-
Select Start > Settings > Time & Language > Language.
-
Choose a language from the Windows display language menu.
Use PowerShell
Get-WinSystemLocale
Set-WinSystemLocale ja-JP --- Japanese (Japan)
Set-WinSystemLocale en-US --- English (United States)
Restart-Computer
Get-WinSystemLocale (International) | Microsoft Docs
C# Change default language programmatically
locale - Change system default language programmatically with c# - Stack Overflow