
\documentclass[10pt, oneside]{book}
\usepackage{xepersian}
\begin{document} 
\فصل{مقدمه}
در مرجع اول فارسی \cite{Farsi}
در مرجع دوم انگلیسی \cite{English}
\renewcommand{\bibname}{مراجع}
\small
\begin{thebibliography}{99}
\bibitem{Farsi}
تست مرجع فارسی 1392
\begin{LTRitems}
\resetlatinfont
\bibitem{English}
English Ref
\end{LTRitems}
\bibitem{a}
دوباره فارسی
\begin{LTRitems}
\resetlatinfont
\bibitem{b}
English again
\end{LTRitems}
\end{thebibliography}
\end{document}

