\iflanguage{english} {\chapter{Appendix}} % english style {\chapter{Anhang}} % german style \label{chap:appendix} %% ------------------- %% | Example content | %% ------------------- \section{First Appendix Section} \label{sec:appendix:FirstSection} \setcounter{figure}{0} \begin{figure} [ht] \centering \caption{A figure} \label{fig:anotherfigure} \end{figure} \dots %% --------------------- %% | / Example content | %% ---------------------