SupportedLanguages

Interface for representing supported languages.

This interface provides methods for managing the list of supported languages.

Functions

Link copied to clipboard
abstract fun getLanguages(): Array<LanguageFamily>

Returns an array of supported language families.

Link copied to clipboard
abstract operator fun LanguageFamily.unaryPlus()

Adds a language family to the list of supported languages.