< Back

Enable-CrmLanguagePack

Sat Jan 18, 2020 3:58 pm

NAME Enable-CrmLanguagePack



SYNOPSIS

Executes ProvisionLanguageRequest Organization Request.





SYNTAX

Enable-CrmLanguagePack [-conn <CrmServiceClient>] [-LCID] <Int32> [<CommonParameters>]





DESCRIPTION

The Enable-CrmLanguagePack cmdlet lets you provision LanguagePack. For OnPremise, you need to install

corresponding Language Pack inadvance.





PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LCID <Int32>

A Language ID.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



Enable-CrmLanguagePack -conn $conn -LCID 1041



This example provisions Japanese Language Pack.







-------------------------- Example 2 --------------------------



Enable-CrmLanguagePack 1041



This example provisions Japanese Language Pack by omitting parameters names.

When omitting parameter names, you do not provide $conn, cmdlets automatically finds it.









RELATED LINKS