I am writing my PhD thesis. The entire document is in Greek with exception of some words in English while the entire bibliography is in English. The issue that I have is that the title of my bibliography is "Bibliography" and I want to have "Αναφορές" or "Βιβλιογραφία". When I change the language I have for title the Greek word but all the references change in Greek words and symbols. How can I have in Greek the title of the bibliography but not the following references?
\documentclass[11pt]{report}
\usepackage[english,greek]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{chemfig}
\usepackage{multirow}
\usepackage{graphicx}
\graphicspath{ {/home/Petros/images/} }
\usepackage{float}
\usepackage{mhchem}
\usepackage{lscape}
\usepackage{siunitx}
\newlength{\drop}
\usepackage[sorting=none]{biblatex}
\addbibresource{bib1.bib}
\begin{document}
\foreignlanguage{english}
\printbibliography
\end{document}

\printbibliography[title=Αναφορές]work? – Torbjørn T. Aug 24 '15 at 08:10language=greekwithbiblatex. – Aug 24 '15 at 08:17\foreignlanguage{english}? Try removing it. – egreg Aug 24 '15 at 08:29\renewcommand{\bibname}{your title}be a solution? link – Steve Hodgkinson May 09 '16 at 08:16