#[no_mangle]
pub extern "C" fn resvg_options_set_languages(
    opt: *mut resvg_options,
    languages: *const c_char
)
Expand description

@brief Sets a comma-separated list of languages.

Will be used to resolve a systemLanguage conditional attribute.

Example: en,en-US.

Must be UTF-8. Can be NULL.

Default: en