I stumbled into the following sample
\documentclass[a4paper,11pt]{article}
\usepackage[english, ngerman]{babel}
\begin{document}
Quick test - not yet bold
"\textbf{Bold text for test - part 2}
Continue -without bold???
"{\bfseries Bold text for test}
Now again - without bold???
\end{document}
Is there a simple explanation why the bold text for the first statement (\textbf) terminates properly while the second (\bfseries) fails? I figured it out that it is related with the quote and the language setting. But I have no clue why in specific it fails.

"{, you see that it has interesting side effects. If you want real quotes, use e.g. \glqq, or the csquotes package. – Ulrike Fischer Mar 10 '20 at 09:53"). Which makes my whole use case quite messy. – LeO Mar 11 '20 at 10:33