WinUI3Localizer
WinUI3Localizer copied to clipboard
The WinUI3Localizer is a NuGet package that helps you localize your WinUI 3 app.
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...
Should be able to set brush properties like `Foreground` and `Background`.
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...
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`...
Hi Andrew, Could you please provide a guide to translate CalendarDatePicker control with your package? ``  Thank you in advance for your help. Kind regards Viktor
- 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.
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...