Set-WinUILanguageOverride
Applies To: Windows 8, Windows Server 2012
Sets the Windows user interface (UI) language override setting for the current user account.
Parameter Set: Default
Set-WinUILanguageOverride [[-Language] <CultureInfo> ] [ <CommonParameters>]
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 (see Get-WinUserLanguageList and Set-WinUserLanguageList).
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
true (ByValue) |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
The input type is the type of the objects that you can pipe to the cmdlet.
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.
This command sets the Windows UI language override to German (Germany) for the current user account.
PS C:\> Set-WinUILanguageOverride de-DE
This command sets the Windows UI language override to null for the current user account.
PS C:\> Set-WinUILanguageOverride