Edit

Share via


Get-InstalledLanguage

Returns information about the installed languages on a device.

Syntax

Default (Default)

Get-InstalledLanguage
    [-Language] <String>
    [<CommonParameters>]

Description

Returns a list of the installed languages and related Language features installed on the device.

Examples

Example 1: See what languages are installed on a device

Get-InstalledLanguage

This command will show all of the language components that are installed on a device.

Example 2: See which language components are installed for a particular language

Get-InstalledLanguage -language en-US

This command will show the language features that are installed for the en-US language.

Parameters

-Language

Shows the language components that are installed for the specified language.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:LanguageId, LanguageTag

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

System.Collections.Generic.List<Microsoft.LanguagePackManagement.Powershell.Commands.InstalledLanguage>