You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after upgrading the WinUI3Localizer to the version - 2.2.0.0 from 1.0.1, we found the "UseUidWhenLocalizedStringNotFound" was removed, and the below calling will return empty string rather than the uid
Localizer.Get().GetLocalizedString(resourceKey)
Is there any other work around or way to keep the same behaviour as previous version?