A language map is used to associate a language with a value in a way that
allows easy programmatic access. The keys of a language map are strings
representing BCP47 language tags,
defined as the shortest ISO 639 code for a language.
Type Parameters
Languages extends ("nb" | "nn" | "en")[] = ["nb", "nn"]
A language map is used to associate a language with a value in a way that allows easy programmatic access. The keys of a language map are strings representing BCP47 language tags, defined as the shortest ISO 639 code for a language.