Set-Culture
Applies To: Windows 8, Windows Server 2012
Sets the user culture for the current user account.
Parameter Set: Default
Set-Culture [-CultureInfo] <CultureInfo> [ <CommonParameters>]
The Set-Culture cmdlet sets a specific culture (also known as a locale for unmanaged code development) for the current user account. The information includes the names for the culture, the writing system, the calendar, and formatting for dates and sort strings. For more information, see CultureInfo Class and Configurable Language and Cultural Settings.
Aliases |
none |
Required? |
true |
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.
This command sets the culture for the current user account to German (Germany).
PS C:\> Set-Culture de-DE