LauncherEntry.TitleProvider property
Optional live-localized DISPLAY title, evaluated each time the menu draws so the tile re-localizes immediately when the language changes (Title is a captured string and does not). null (the default) shows Title. Set it to () => services.Localization.T("your.title.key"). Title stays the stable pinned-state identity, so keep it language-independent if you rely on pin persistence.
public Func<string>? TitleProvider { get; set; }See Also
Section titled “See Also”- record LauncherEntry
- namespace Stellar.Abstractions.Services