WinUI3Localizer
WinUI3Localizer copied to clipboard
The property UseUidWhenLocalizedStringNotFound removed in the latest version
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?