Edit

Share via


Uninstall-Language

Uninstalls a language from a device.

Syntax

Default (Default)

Uninstall-Language
    [-Language] <String>
    [-PassThru]
    [<CommonParameters>]

Description

Uninstalls a language, including all language components, from a device. This operation runs asynchronously.

Examples

Example 1: Remove a language from a device

Uninstall-Language ja-jp

This command removes the Japanese language from the device.

Parameters

-Language

The bcp47 tag of the language to install.

Parameter properties

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

Parameter sets

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

-PassThru

If specified, this parameter returns the bcp47 tag of the newly installed language upon successful installation.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
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

Void

String