Display Language

2026-06-30T19:19:24.89+00:00

I have a display language problem. I set my display language at Greek, also i have set my region to Greece and i have set my preferred language at Greek but half of my options are showned at English and i can't set all to Greek. I make changes to administrative language settings and set it to Greek but that didn't help either. What can i do to set everything in Greek?

Windows for home | Windows 11 | Input and language
0 comments No comments

1 answer

Sort by: Most helpful
  1. MUSTAFA SALAH 1,880 Reputation points
    2026-06-30T23:20:24.6933333+00:00

    Dear ΒΑΣΙΛΕΙΟΣ ΓΙΑΝΝΟΠΟΥΛΟΣ,

    Open (PowerShell) As Admin and run the following 2 Commands in order:

    • Install-Language el-GR -ErrorAction SilentlyContinue
    • Set-WinUILanguageOverride el-GR; Set-WinSystemLocale el-GR; Set-Culture el-GR; Set-WinHomeLocation -GeoId 98; $U = New-WinUserLanguageList el-GR; Set-WinUserLanguageList $U -Force ; Copy-UserInternationalSettingsToSystem -WelcomeScreen $True -NewUser $True
    • Restart your Computer.

    ++ Check "Settings > Time & language > Language & region" and remove English & make sure that (Greek) is set to preferred --> Restart Again.

    // Later on, you can add the English Keyboard again as secondary not primary one //

    Regards,

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.