Function obs_set_locale

Source
pub unsafe extern "C" fn obs_set_locale(locale: *const c_char)
Expand description

Sets a new locale to use for modules. This will call obs_module_set_locale for each module with the new locale.

@param locale The locale to use for modules