NAME
Set-WinUILanguageOverride
SYNOPSIS
Sets the Windows user interface (UI) language override setting for the current user account.SYNTAX
Set-WinUILanguageOverride [[-Language]
] [ ] DESCRIPTION
The Set-WINUILanguageOverride cmdlet sets a user-preferred display language to be used for the Windows UI. If no
override setting is used, the display language is dynamically determined from the user's language list (seeGet-WinUserLanguageList and Set-WinUserLanguageList).
PARAMETERS
-Language
Required? false Position? 1 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
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.OUTPUTS
Example 1
PS C:\>Set-WinUILanguageOverride de-DE
This command sets the Windows UI language override to German (Germany) for the current user account.Example 2
PS C:\>Set-WinUILanguageOverride
This command sets the Windows UI language override to null for the current user account.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287353Get-WinUILanguageOverride