I´m writting my thesis in icelandic on Overleaf. The English references with more than one authors in the bibliography are automatically with "and" instead of icelandic "og", is it possible to use newcommand or something to change it on Overleaf? see example here:
@incollection{wals-36,
address = {Leipzig},
author = {Michael Daniel and Edith Moravcsik},
booktitle = {The World Atlas of Language Structures Online},
editor = {Matthew S. Dryer and Martin Haspelmath},
publisher = {Max Planck Institute for Evolutionary Anthropology},
title = {The Associative Plural},
url = {https://wals.info/chapter/36},
year = {2013}
}
Daniel, M. and Moravcsik, E. (2013). The associative plural. In Dryer, M. S. and Haspelmath, M., editors, The World Atlas of Language Structures Online. Max Planck Institute for Evolutionary Anthropology, Leipzig.
Here´s beginning of the document(deleted parts which are not related to the question):
\documentclass[12pt]{article}
\usepackage[icelandic]{babel}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage{setspace}
\usepackage{natbib}
\usepackage{url}
\usepackage{gb4e}
\bibliography{heimildir}
\bibliographystyle{apalike}
natbibpackage, which means you are using BibTeX. However, to change theandstring we need to know which\bibliographystyleyou are using. – Phelype Oleinik May 10 '19 at 20:58apalike.bstfile, but it's very easy. Follow the instructions there replacing" and "by" og ". Report back if you have problems :-) – Phelype Oleinik May 10 '19 at 21:18@<username>so that they get a notification of your comment.) – Phelype Oleinik May 10 '19 at 21:47