I am using the following template in order to create a letter
\documentclass[version=last]{scrlttr2}
\usepackage[ngerman]{babel}
\begin{document}
\begin{letter}{
Petra Mustermann\\
Vor dem Berg 1\\
12345 Musterhausen
}
\opening{Liebe Vereinsvorsitzende,}
\end{letter}
\end{document}
I would like to have the date to be in german, but the date in the output is in english, as shown in the following picture.
On page 179 of the documentation of the package scrlttr2, the date is correctly printed in german.
I am using Linux and pdflatex.
texlive-lang-germanas in your link, however I believe the “symptoms” are different here, where the OP wasn't trying to loadngerman.sty. As far as I can tell, the OP here should have seen a warning about missingngerman.ldf, namely! Package babel Error: Unknown optionngerman'. Either you misspelled it (babel) or the language definition file ngerman.ldf was not found.` – frougon Jun 11 '19 at 11:35texlive-lang-germanprovides all is needed, including the obsoletengerman.sty. – egreg Jun 11 '19 at 11:40