Lizerium.Localization.Toolkit v1.0.3
A release for the .resx localization workflow: runtime, source generator, analyzers, AI translation helpers, GUI editor, sample app, and Visual Studio XAML VSIX.
Included
- NuGet packages: Toolkit, Core, AI Core, Generator, Analyzer, AI Analyzer, GUI
- Visual Studio 2022 VSIX: Lizerium.Localization.Xaml.Vsix-v1.0.3.vsix
- Windows x64 standalone GUI editor
- Windows x64 published WPF sample application
- Sample project source archive
- SHA-256 checksums
VSIX
The VSIX is a standalone Visual Studio editor extension. It is not a runtime dependency of target applications.
It converts WPF XAML literals into localization markup, writes Resources/Localization/Strings.en.resx and Strings.ru.resx, and generates translations through Ollama with LibreTranslate fallback.
Runtime behavior:
- If the target project already has LocExtension, the VSIX reuses it.
- If the target project has no LocExtension, the VSIX adds a small source-only runtime under LizeriumGenerated/Localization.
- Generated keys are ASCII and stable; translated text is written only into RESX values.
NuGet Compatibility
The VSIX does not conflict with Lizerium.Localization.Toolkit.
With the NuGet package installed, the project already has runtime localization support, generator, and analyzers. The VSIX only edits XAML and RESX files. It does not add a PackageReference and does not replace the NuGet runtime.
Install VSIX
Download Lizerium.Localization.Xaml.Vsix-v1.0.3.vsix, close Visual Studio, install it, then reopen Visual Studio.
GUI Usage
Download the GUI archive, extract it, and run:
powershell .\Lizerium.Localization.GUI.exe
Full Changelog: v1.0.2...v1.0.3
