Get-InstalledLanguage

Returns information about the installed languages on a device.

Syntax

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.

Type:String
Aliases:LanguageId, LanguageTag
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

Outputs

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