Norwegian Title Case

Norwegian: first word + proper nouns only (Bokmål/Nynorsk)

Apply Norwegian title-case rules, where only the first word and genuine proper nouns are capitalised in both Bokmål and Nynorsk. Unlike English, ordinary nouns stay lowercase. Runs entirely in your browser.

How does Norwegian title case differ from English?

English title case capitalises most words. Norwegian capitalises only the first word of a title plus proper nouns. Ordinary nouns, adjectives and verbs stay lowercase, so it looks much closer to ordinary sentence case.

Norwegian title case is far simpler than English title case. In both Bokmål and Nynorsk, a title capitalises only its first word together with genuine proper nouns. Everything else — nouns, adjectives, verbs — stays lowercase, so a Norwegian headline looks much like an ordinary sentence.

How it works

The tool walks through your text token by token:

  1. The first letter-bearing word is capitalised.
  2. Any word matching the built-in proper-noun list (for example Norge, Oslo, NRK) keeps its capital form.
  3. Every other word is lowercased.

Punctuation and spacing are preserved, so dashes, colons and commas pass through untouched.

Tips and notes

Remember that Norwegian writes weekdays, months, nationalities and languages in lowercase — mandag, januar, norsk — so they are not capitalised mid-title. Because no automatic list can know every name, capitalise any unrecognised proper noun yourself after running the tool. For body text, the same first-word-plus-proper-noun rule already matches normal sentence case.