LanguagesSchema

interface LanguagesSchema

Interface for representing language schema options.

This interface provides methods for managing the unqualified resource locale and the list of supported languages.

Properties

Link copied to clipboard

Gets the list of supported languages.

Link copied to clipboard
abstract var unqualifiedResLocale: LanguageFamily

Gets or sets the unqualified resource locale.

Functions

Link copied to clipboard
abstract fun addSupportedLanguages(block: SupportedLanguages.() -> Unit)

Adds supported languages.