I am preparing a document in English.
In the preamble I have (amongst other things):
\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
There are two Icelandic words in the document containing the letters ð and Þ (uppercase þ).
So I change the preamble to my usual
\usepackage[icelandic]{babel}
\usepackage[T1]{fontenc}
But that changes the name of all the in-built beauties such as my \tableofcontents.
Is there an easy way around this perhaps by introducing a new language for only one paragraph?

