I am using Biblatex in a document written in French language. But, I just noticed that in the Table Of Content, "Bibliography" is written in English. It should be in French according to the settings of babel.
Here is some code:
Code: Select all
\documentclass[a4paper,10pt,openany]{report}
\usepackage[left=15mm,right=15mm,top=2cm,bottom=2cm]{geometry}
\usepackage[utf8]{inputenc} %
\usepackage[francais]{babel} %
Code: Select all
\usepackage[backend=biber,firstinits=true,style=numeric,natbib=true,url=false,doi=false,isbn=true,eprint=false]{biblatex}
Everything is well in French in the Toc, for instance "Table des matières" instead of "Table of content. Only "Bibliography" is not translated...
Do you have an idea?
Thanks!