Info
Version: | 1.0.0 |
Author(s): | martinfabianthomas |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/msg-systems/WPF-GUI-Localizer |
NuGet Url: | https://www.nuget.org/packages/GUILocalizer |
Install
Install-Package GUILocalizer
dotnet add package GUILocalizer
paket add GUILocalizer
GUILocalizer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 3.1.3)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Logging.Console(>= 3.1.3)
- Microsoft.Office.Interop.Excel(>= 15.0.4795.1000)
- Newtonsoft.Json(>= 12.0.3)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags
By applying a right-click event to every localizable element (Label, Button etc.), it opens a window in which the translations of the given elements text can be edited for any available language. It comes along with tools to localize WPF applications using either human-readable Excel files or traditional Resources (.resx) files.