defaultLanguage

fun defaultLanguage(language: String)

Sets the default language property of the configuration.

This function takes a string as a parameter and assigns it to the default language property of the builder. The string should be a valid language code, such as "en", "fr", "zh", etc. The default language property determines the language used by the configuration when no other language is specified by a source or a plugin.

Parameters

language

a string representing a valid language code.