I am using polyglossia package with Turkish language and xelatex compiler. I need to translate english words to Turkish such as andothers, in, dates etc. How can I do that. My settings are as follows.
\usepackage{polyglossia}
\setdefaultlanguage{turkish}
\setotherlanguage{english}
\usepackage[backend=biber, sorting=none, autolang=turkish]{biblatex}
\addbibresource{references.bib}
Any help much appreciated.

turkishas the main language in polyglossia. – Bernard Jun 08 '21 at 22:42