PowerShell Commands

Set-Culture

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.

Parameters

-CultureInfo <CultureInfo>

  • This value is required
  • Accepts pipeline input ByValue

 

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,ErrorAction, ErrorVariable, WarningAction, WarningVariable,OutBuffer, PipelineVariable, and OutVariable.

Outputs
Example 1
PS C:\>Set-Culture de-DE This command sets the culture for the current user account to German (Germany).

    This work is licensed under a Creative Commons Attribution 4.0 International. It is attributed to Microsoft Corporation and can be found here.

    PowerShell Commands