PowerShell Logo Small

New-WinUserLanguageList



This is the built-in help made by Microsoft for the command 'New-WinUserLanguageList', 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

Instantiates a new language list object.

SYNTAX


New-WinUserLanguageList [-Language] <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-WinUserLanguageList cmdlet creates a new user language list object. The object 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: http://go.microsoft.com/fwlink/p/?linkid=287345
Get-WinUserLanguageList
Set-WinUserLanguageList

REMARKS

<

Examples


Example 1

PS C:\> $1 = New-WinUserLanguageList en-US
PS C:\> $1.Add("fr-FR")
PS C:\> Set-WinUserLanguageList $1



This command creates and sets a new user language list that contains English (United States) and French (France).