StaticdeleteStaticgetGets a collection of language items. Gets a collection of language items identified by the provided Ids.
Optionaloptions: Options<GetItemLanguageData, ThrowOnError>StaticgetGets the default language. Gets the default language configured for the Umbraco installation.
Optionaloptions: Options<GetItemLanguageDefaultData, ThrowOnError>StaticgetGets a paginated collection of languages. Gets a paginated collection of all configured languages.
Optionaloptions: Options<GetLanguageData, ThrowOnError>StaticgetGets a language by ISO code. Gets a language identified by the provided ISO code.
StaticpostCreates a new language. Creates a new language with the configuration specified in the request model.
Optionaloptions: Options<PostLanguageData, ThrowOnError>StaticputUpdates a language. Updates a language identified by the provided Id with the details from the request model.
Deletes a language. Deletes a language identified by the provided Id.