Uninstall-Language

Uninstalls a language from a device.

Syntax

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.

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

-PassThru

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

Type: SwitchParameter
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

String

Outputs

Void

String