I would like to create a newspaper article and I found the command \byline to include my title and my name. The problem is that I need to publish my article in French and the command displays the English word By. Does anyone know how to translate this word to Rédigé par <Written by>? Note that I previously tried something kind of this.
Here is an example:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[francais]{babel}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage{newspaper}
\begin{document}
\byline{Pas d'orchidées pour Miss Blandish}{Matt}
\end{document}
