Skip to main content

use_dnd_strings

Function use_dnd_strings 

Source
pub fn use_dnd_strings() -> DndStrings
Expand description

The subtree’s DndStrings, or the English defaults when no ancestor provided one. Captured once per component instance - localize by having the provided closures read your locale state, not by re-providing the struct. Public so custom components voice themselves consistently.