WinUI3Localizer
                                
                                
                                
                                    WinUI3Localizer copied to clipboard
                            
                            
                            
                        The WinUI3Localizer is a NuGet package that helps you localize your WinUI 3 app.
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...
My setup looks a bit like this: `Strings/en-US/Resources.resw` under app.xaml.cs: ``` private static async Task InitializeLocalizer() { string StringsFolderPath = Path.Combine(AppContext.BaseDirectory, "Strings"); StorageFolder stringsFolder = await StorageFolder.GetFolderFromPathAsync(StringsFolderPath); ILocalizer localizer =...
Hey, a client sent me this screenshot, which corresponds to this code snippet. I've been trying to fix it for a couple of hours, but I can't figure out what...