WinUI3Localizer icon indicating copy to clipboard operation
WinUI3Localizer copied to clipboard

The WinUI3Localizer is a NuGet package that helps you localize your WinUI 3 app.

Results 14 WinUI3Localizer issues
Sort by recently updated
recently updated
newest added

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 =...

It would be awesome if Uno Platform was also supported

enhancement

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...