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:
- The first letter-bearing word is capitalised.
- Any word matching the built-in proper-noun list (for example
Norge,Oslo,NRK) keeps its capital form. - 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.