I'm using the package polyglossia, setting the language to nynorsk. I notice, however, that polyglossia's feature for the abstract environment is incorrect, since Sammendrag is not Nynorsk. How can I override this and provide my own heading in this case?
\documentclass{article}
\usepackage{polyglossia}
\setdefaultlanguage{nynorsk}
\begin{document}
\begin{abstract}
\end{abstract}
\end{document}

babelanswer works forpolyglossiatoo, so I don't think a bounty is really needed:\addto\captionsnynorsk{\renewcommand\abstractname{Abstrakt}}(or whatever word you want.) – Alan Munn Feb 09 '14 at 17:24:)). – Sverre Feb 09 '14 at 17:27