Hi Carmen,
It does not look like this is possible, Twitter does not provide this parameter (doc).
But you can use the language parameter of the tweet though.
Linvi
It does not look like this is possible, Twitter does not provide this parameter (doc).
But you can use the language parameter of the tweet though.
fs.MatchingTweetReceived += (sender, args) => { if (args.Tweet.Language == Language.English) { // Gotcha } };