Skip to content

Get-TwitterLanguages

SYNOPSIS

Returns the list of languages supported by Twitter along with the language code supported by Twitter.

SYNTAX

Get-TwitterLanguages [<CommonParameters>]

DESCRIPTION

Returns the list of languages supported by Twitter along with the language code supported by Twitter.

EXAMPLES

Example 1

PS > Get-TwitterLanguages
code       : fr
name       : French
local_name : français
status     : production
debug      : False

code       : en
name       : English
local_name : English
status     : production
debug      : False

code       : ga
name       : Irish
local_name : Gaeilge
status     : beta
debug      : False

<TRUNCATED>

Returns the list of languages supported by Twitter along with the language code supported by Twitter.

PARAMETERS

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.Object

NOTES

Online Version

Api Reference - GET help/languages