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

Hey, I am trying to use the library, which works fine untrimmed. Unfortunately we are having issues with TrimmedMode with .NET7/8, in which the app crashes at launch. I have...

Hi, is there any way to use keys without the suffix? I would like to use a highly used word in more controls, but without creating two variants ".Content" and...

When a resource doesn't exist in the string resources file, the localizer can add the string resource using the key (Uid) as the default string. This should make Resources.resw editing...

enhancement

Should be able to set brush properties like `Foreground` and `Background`.

enhancement

Hello everyone, I'm facing a challenge where I need to dynamically load a dictionary of strings during the runtime of my application. I want to update localized strings in the...

enhancement

We should be able to make the building process easier and make the WinUI3Localizer easier to use. For instance, we can make the `Build` method synchronous by removing the `SemaphoreSlim`...

enhancement

Hi Andrew, Could you please provide a guide to translate CalendarDatePicker control with your package? `` ![image](https://user-images.githubusercontent.com/37771968/231457818-c578f61d-2949-4989-a216-4c780b75eadb.png) Thank you in advance for your help. Kind regards Viktor

help wanted

- It will be referenced if a key is not found in the current language **Resources.resw**. - It could be located directly in the **Strings** folder.

enhancement

Is there are way to translate the top level UI component such a ContentDialog? What is recommended way to do this? I wish to translate Title and PrimaryButtonText For instance...