Get-Culture

 

Additional Resources for Get-Culture

 

Listing Language and Locale Information

http://www.microsoft.com/technet/scriptcenter/topics/msh/cmdlets/get-culture.mspx

 

 

SYNOPSIS

Gets information about the regional settings on a computer.

 

SYNTAX

Get-Culture [<CommonParameters>]

 

DETAILED DESCRIPTION

Gets information about the regional settings on a computer. This includes information such as the current language and keyboard layout.

 

PARAMETERS

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, type, "get-help about_commonparameters".

 

RETURN TYPE

System.Globalization.CultureInfo object

 

NOTES

 

For more information, type "Get-Help Get-Culture -detailed". For technical information, type "Get-Help Get-Culture -full".

 

When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

 

EXAMPLE 1

 

get-culture

 

This command displays information about the regional settings on the computer.

 

RELATED LINKS

Get-UICulture