[Tex/LaTex] Bibliographystyle invalid

biblatexnaming

I'm having a problem with using bibliography styles.

In the preamble:

\usepackage{biblatex}
\bibliography{ref}

If in the document I write:

\printbibliography

I get a version of the bibliography, but with the headline Bibliography, and I want it to say References. When I try to include \bibliographystyle{plain} (I have tried different ones as well) I only get the message:

package biblatex error: \bibliographystyle invalid.

Could someone please help me?

Best Answer

You could also define the name in the optional argument to \printbibliography:

\printbibliography[title=References]