Partilhar via


Get-AdminPowerAppCdsDatabaseLanguages

Returns all supported Dataverse languages.

Syntax

Default (Default)

Get-AdminPowerAppCdsDatabaseLanguages
    [[-Filter] <String[]>]
    -LocationName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminPowerAppCdsDatabaseLanguages cmdlet returns all supported languages in Dataverse, which is required to provision a new environment. Use Get-Help Get-AdminPowerAppCdsDatabaseLanguages -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminPowerAppCdsDatabaseLanguages

Returns all languages.

EXAMPLE 2

Get-AdminPowerAppCdsDatabaseLanguages *English*

Returns all English language options.

Parameters

-ApiVersion

The api version to call with.

Parameter properties

Type:String
Default value:2016-11-01
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

-Filter

Finds languages matching the specified filter (wildcards supported).

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-LocationName

The location of the current environment. Use Get-AdminPowerAppEnvironmentLocations to see the valid locations.

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
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.