I'm preparing a beamer presentation and I have this part of code
\begin{center}
\begin{figure}
\includegraphics[width=6cm]{img1.png}
\caption[Figura 1]{O Círculo Osculador de $\alpha$ em $s$.}
\end{figure}
\end{center}
I would like to know how to change the word "Figure" in "Figure 1" by another word because I would like to put the translation of "Figure" to my language in the beamer presentation.
Thanks in advance!


\renewcommand{\figurename}{Figura}? (https://tex.stackexchange.com/questions/17489/change-caption-name-of-figures) – Damien Dtx Dec 01 '17 at 10:58\usepackage[???]{babel}to load some language. Replace???by the language, for example,portuguese. – Sigur Dec 01 '17 at 11:01center, just use\begin{figure}\centering. – Sigur Dec 01 '17 at 11:02brazilinstead). – Sigur Dec 01 '17 at 11:07\figurenamebehavior. – Sigur Dec 01 '17 at 11:09