NAME
Set-Culture
SYNOPSIS
Sets the user culture for the current user account.SYNTAX
Set-Culture [-CultureInfo]
[ ] DESCRIPTION
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
Required? true 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
OUTPUTS
Example 1
PS C:\>Set-Culture de-DE
This command sets the culture for the current user account to German (Germany).RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287346 GetCulture Class