How to See System Default UI Language of Windows 10
The system default UI language is the language of the localized version used to set up Windows during installation. All menus, dialog boxes, error messages, and help files are represented in this language, except when the user selects a different language.
The system UI language is a user interface language that can be set by an administrator in the Welcome screen and new user accounts settings. Windows uses this language if the current user (ex: new user) has not made specific language settings or if no active account is signed in like on the Welcome, Sign In, Sign Out, Shutdown, and Restart screens. The system UI language can be changed only if more than one user interface language (aka: display language) is installed on the computer.
This tutorial will show you how to see the system default UI language for the installed language of Windows 10.
Contents
- Option One: To See System Default UI Language of Windows 10 in PowerShell
- Option Two: To See System Default UI Language of Windows 10 in Command Prompt
- Option Three: To See System Default and Installed Language of Windows 10 in Registry Editor
1 Open PowerShell.
2 Copy and paste the command below you want to use into PowerShell, and press Enter. (see screenshotd below)
(Basic)
Get-Culture
or
[CultureInfo]::InstalledUICulture
OR
(Detailed)
Get-Culture | Format-List -Property *
1 Open an elevated command prompt.
2 Copy and paste the command below into the command prompt, and press Enter.
1 Press the Win + R keys to open Run, type regedit, and click/tap on OK to open Registry Editor.
2 In Registry Editor, browse to the key location below. (see screenshot below)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language
3 In the right pane of the Language key, look at the value data (ex: 0409) of the Default and InstalledLanguage string value keys. (see screenshot below)
Default = Indicates the system default locale . The value of this entry indicates that locale 0409 (U.S. English) is used when no other language is specified.
InstalledLanguage = Indicates the installed language.
The value data (ex: 0409) represents the LCID ("Locale ID" or "Language ID"). You can look up the LCID in the table at Microsoft below to what locale/language you have.
Locale IDs Assigned by Microsoft
That's it,
Shawn
Related Tutorials
- How to Change System UI Language in Windows 10
- How to Add a Language in Windows 10
- How to Remove a Language in Windows 10
- How to See Full Details about a Windows 10 ISO file or USB
- How to See which Edition of Windows 10 you have Installed
- How to Determine if Running 32-bit (x86) or 64-bit (x64) Architecture of Windows 10
- How to Find Windows 10 Build Number
- How to Find Windows 10 Version Number
- How to Turn On or Off Website Access of Language List in Windows 10
- How to Change Display Language in Windows 10