Language

A comma-separated list of BCP 47 language identifiers that correspond to any of the languages listed on the Twitter advanced search page (https://twitter.com/search-advanced). Only those tweets that are detected (by Twitter) to be in one of the specified languages are retrieved.

NOTE: To retrieve information from a filtered stream through the Twitter V2 API, Micro Focus recommends that you set the parameter FilteredStreamRule instead.

Use this parameter to retrieve data from the Twitter V1 API:

  • When you set StreamType=statuses/filter, the connector retrieves any tweet that matches Language (if set) and FilterLevel, and at least one of the parameters Follow, Location, or Track.
  • When you set StreamType=statuses/sample the connector retrieves a random sample of public tweets that match both Language (if set) and FilterLevel. The Follow, Location, and Track parameters are ignored.
Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

To retrieve only those tweets that were written in English:

Language=en

See Also:

ApiVersion

FilterLevel

Follow

Location

Track