PowerShell Logo Small

Get-WinUserLanguageList



This is the built-in help made by Microsoft for the command 'Get-WinUserLanguageList', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 language list for the current user account.

SYNTAX


Get-WinUserLanguageList [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-WinUserLanguageList cmdlet returns the current user language settings. These settings include input method, spelling setting, text
prediction setting, and handwriting input mode. For more information, see CultureInfo Class and Configurable Language and Cultural Settings.



<

RELATED LINKS

Online Version:
New-WinUserLanguageList
Set-WinUserLanguageList

REMARKS

<

Examples


Example 1

PS C:\> Get-WinUserLanguageList
LanguageTag : en-US



This cmdlet returns the current user account's language list together with BCP-47 tags and the corresponding display name.




Example 2

PS C:\> (Get-WinUserLanguageList)[0].InputMethodTip
0409:00000409



This cmdlet returns the list of currently enabled input methods as a TIP string.




Example 3

PS C:\> (Get-WinUserLanguageList)[0].autonym
English (United States)



This cmdlet returns the autonym property of the first item in the user's language list.