Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 732 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 732 Bytes

NLocalizer

NLocalizer is a class library for C# and VB.NET developers to localize their Classic Desktop Application projects using text files, so there will be no need to recompile the project to add a new language or to modify the existing one. This project is a fork of original NLocalizer on CodePlex.

The nuget package NuGet NuGet

https://www.nuget.org/packages/NLocalizer/

PM> Install-Package NLocalizer

Usage

Checkout the NLocalizerTest project from source code to see how to use it.