< Back

Get-WinUILanguageOverride

Tue Jan 29, 2019 10:17 pm

NAME Get-WinUILanguageOverride



SYNOPSIS

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





SYNTAX

Get-WinUILanguageOverride [<CommonParameters>]





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).





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

CultureInfo



An object that contains the Windows UI language override for the current user account. For more information about the CultureInfo object, see

CultureInfo Class.





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.



RELATED LINKS

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

Set-WinUILanguageOverride