Code: Select all
\documentclass[12pt, twoside, a4paper]{book}
\usepackage[portuguese,english]{babel}
\addto\captionsenglish{%
\renewcommand{\bibname}{References}}
\addto\captionsportuguese{%
\renewcommand{\bibname}{something portuguese}}
\begin{document}
\begin{thebibliography}{}
\bibitem{Miller} Miller WG. The neuropsychology of head injuries. The neuropsychology handbook; behavioural and clinical perspectives. New York: Springer 1986; 347-375
\end{thebibliography}{}
\selectlanguage{portuguese}
\begin{thebibliography}{}
\bibitem{MillerB} Miller WG. The neuropsychology of head injuries. The neuropsychology handbook; behavioural and clinical perspectives. New York: Springer 1986; 347-375
\end{thebibliography}{}
\end{document}