isLanguageAvailable

abstract fun isLanguageAvailable(language: Locale): Boolean

Checks if the specified language as represented by the Locale is available.

Return

True if the specified language is available, false otherwise.

Parameters

language

The Locale describing the language to be used.