pub unsafe extern "C" fn tidySetLanguage(
languageCode: ctmbstr,
) -> Bool
Expand description
Tells Tidy to use a different language for output. @param languageCode A Windows or POSIX language code, and must match a TIDY_LANGUAGE for an installed language. @result Indicates that a setting was applied, but not necessarily the specific request, i.e., true indicates a language and/or region was applied. If es_mx is requested but not installed, and es is installed, then es will be selected and this function will return true. However the opposite is not true; if es is requested but not present, Tidy will not try to select from the es_XX variants.