Set-Culture
Sets the user culture for the current user account.
Set-Culture
[-CultureInfo] <CultureInfo>
[<CommonParameters>]
The Set-Culture cmdlet sets a specific culture for the current user account. A culture is known as a locale for unmanaged code development. 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.
PS C:\> Set-Culture -CultureInfo de-DE
This command sets the culture for the current user account to German (Germany).
Specifies a culture.
Type: | CultureInfo |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Changes made by the use of this cmdlet will take effect on subsequent PowerShell sessions.