I know there is csquotes but is there a way to make nested quotation marks as in
\documentclass{standalone}
\begin{document}
``Nested `quotation'''
\end{document}
to show up as as “Nested ‘quotation’”?
That is, as

because the normal behaviour will be to typeset it as “Nested ‘quotation”’

And if there is no such automatic way of doing it, what is the most elegant way to force LaTeX to use the correct nesting? I came up with using " instead of '' but I can't say I like it very much since it is incongruent with the rest of my document.