Function leptos_use::use_locales_with_options

source ยท
pub fn use_locales_with_options(
    options: UseLocalesOptions,
) -> Signal<Vec<String>>
Expand description

Version of crate::use_locales that takes a UseLocalesOptions. See crate::use_locales for how to use.