How could I change the default language so that I get something else instead of "Table" or "Figure" before my captions?
\usepackage[francais]{babel}
You can change your document's language using babel
package. The captions will be updated automatically.
As a bonus, you'll get the correct hyphenation for the chosen language.
You can redefine \figurename
and \tablename
by using \renewcommand
. For example, you can do this for Swedish:
\renewcommand{\figurename}{Figur}
\renewcommand{\tablename}{Tabell}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With