WinUI3Localizer icon indicating copy to clipboard operation
WinUI3Localizer copied to clipboard

The property UseUidWhenLocalizedStringNotFound removed in the latest version

Open penndai opened this issue 7 months ago • 1 comments

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?

penndai avatar Apr 03 '25 06:04 penndai