Back to releases
ReleaseGitHub

v1.0.0

EcosystemLizeriumTools, portals, and developments around data, localization, and applications. A collection that was born during the creation of the game Freelancer Lizerium in C++ and Unity version of the game.Related projectLizerium.Localization.ToolkitLocalization toolkit for .NET projects Lizerium, resources, and related workflows.

Lizerium.Localization.Toolkit v1.0.0

A localization workflow for .NET/WPF projects based on .resx files.

Included in this release

  • NuGet packages for Toolkit, Core, Generator, Analyzer, and GUI
  • Windows x64 standalone GUI editor
  • Windows x64 published WPF sample application
  • Sample project source archive
  • SHA-256 checksums

Install package

CODE
dotnet nuget add source .\packages -n LizeriumLocaldotnet add path\to\YourProject.csproj package Lizerium.Localization.Toolkit --version 1.0.0 --source .\packages

GUI usage

Download the GUI archive, extract it, and run:

CODE
.\Lizerium.Localization.GUI.exe

The editor can be registered in Visual Studio through Tools -> External Tools... with $(ProjectDir) as the argument.

Full Changelog: https://github.com/Lizerium/Lizerium.Localization.Toolkit/commits/v1.0.0