I am using LYX classicthesis for the algorithm caption on pdf file it writes the German Algorithmus, I seen a post someone had the posit problem and solution provide was to add
Code: Select all
\floatname{algorithm}{Algorithmus}
\addto\captionsngerman{\def\figurename{Bild}}
I changed it, with a few variations e.g.
Code: Select all
\floatname{algorithm}{Algorithmus}
\addto\captionsenglish{\def\figurename{Bild}}
Code: Select all
\floatname{algorithmu}{Algorithm}
\addto\captionsenglish{\def\figurename{Bild}}
Many thanks
Andy