Function leptos_use::use_locale_with_options

source ยท
pub fn use_locale_with_options<S>(
    supported: S,
    options: UseLocaleOptions,
) -> Signal<LanguageIdentifier>
Expand description

Version of crate::use_locale that takes a UseLocaleOptions. See crate::use_locale for how to use.