Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
85 lines (58 loc) · 1.77 KB

Get-CrmLanguage.md

File metadata and controls

85 lines (58 loc) · 1.77 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Get-CrmLanguage

SYNOPSIS

Get the language of the connected organization.

SYNTAX

Get-CrmLanguage [-All] [-ListAvailable] [<CommonParameters>]

DESCRIPTION

Get the language of the connected organization. This is based on the installation language, and available language packs.

If no parameters are provided the enabled languages are returned.

EXAMPLES

Example 1

PS C:\> Get-CrmLanguage -All

Get all enabled and disabled languages.

PARAMETERS

-All

Get all enabled and disabled languages.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ListAvailable

Get all languages that are available but not enabled.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

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

CommonParameters

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

INPUTS

None

OUTPUTS

System.Globalization.CultureInfo

NOTES

RELATED LINKS

Use-CrmLanguage

Add-CrmLanguage

Remove-CrmLanguage