set Translation Language
abstract fun setTranslationLanguage(language: LanguageItem, handler: CompletionHandler<TranslationLanguageSelectionError>)
Content copied to clipboard
This sets the translation language for this call.
Since
3.10.0
Parameters
language
LanguageItem to be set.
handler
A completion handler which will notify if there is any error or if the translation language has been set successfully.