Hi,
Thank you for your question. Tweetinvi currently does not implement this feature, for the simple reason that I did not thought it was possible to provide multiple languages as a parameter to a stream.
But reading the documentation (https://dev.twitter.com/streaming/overview/request-parameters#language) after your question I found out that this is in theory possible.
In the current version it is possible to filter the stream for a single language :
If you need this feature to be implemented in the next release of Tweetinvi please let me know and I will add it to the list.
Cheers,
Linvi
Thank you for your question. Tweetinvi currently does not implement this feature, for the simple reason that I did not thought it was possible to provide multiple languages as a parameter to a stream.
But reading the documentation (https://dev.twitter.com/streaming/overview/request-parameters#language) after your question I found out that this is in theory possible.
In the current version it is possible to filter the stream for a single language :
var stream = Stream.CreateSampleStream();
stream.FilterTweetsLanguage(Language.French);
Cheers,
Linvi