When you work with the Python NLTK, you can specify the language of the stopwords corpus.
>>> from nltk.corpus import stopwords
>>> stopwords.words('english')
There is also the Brown corpus there and probably you can specify French as the output language. Or try another corpus. https://www.nltk.org/book/ch02.html