Skip to main content
Version: 1.38.0

Language

Sofie uses the i18n internationalisation framework that allows you to present user-facing views in multiple languages.

Language selection

The UI will automatically detect user browser's default matching and select the best match, falling back to English. You can also force the UI language to any language by navigating to a page with ?lng=xx query string, for example:

http://localhost:3000/?lng=en

This choice is persisted in browser's local storage, and the same language will be used until a new forced language is chosen using this method.

Sofie currently supports three languages:

  • English (default) en
  • Norwegian bokmål nb
  • Norwegian nynorsk nn

Further Reading