PowerShell Logo Small

Get-WinUILanguageOverride



This is the built-in help made by Microsoft for the command 'Get-WinUILanguageOverride', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the Windows user interface (UI) language override setting for the current user account.

SYNTAX


Get-WinUILanguageOverride [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-WinUILanguageOverride cmdlet specifies that a user-preferred display language should be used for the Windows UI. If no override setting is used, the display language
is dynamically determined from the user's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287343
Set-WinUILanguageOverride

REMARKS

<

Examples


Example 1

PS C:\>Get-WinUILanguageOverride
LCID Name DisplayName

---- ---- -----------

1033 en-US English (United States)



This command gets and displays the UI language override setting for the current user account. If the Windows UI language override is not set for the current user account,
this command returns a null value.