pub unsafe extern "C" fn cdtext_select_language(
p_cdtext: *mut cdtext_t,
language: cdtext_lang_t,
) -> boolExpand description
Try to select the given language.
@param p_cdtext the CD-TEXT object @param language string representation of the language
@return true on success, false if language is not available