isLanguageAvailable

open override fun isLanguageAvailable(language: Locale): Boolean

Checks whether 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.