Function use_translation

Source
pub fn use_translation<'hook>() -> impl Hook<Output = YewI18n> + 'hook
Expand description

ยงNote

When used in function components and hooks, this hook is equivalent to:

pub fn use_translation() -> YewI18n {
    /* implementation omitted */
}