Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravibpatel/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.
https://github.com/ravibpatel/nlocalizer

desktop-application localization netframework netframework4 nuget

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](http://nlocalizer.codeplex.com) on CodePlex.

## The nuget package [![NuGet](https://img.shields.io/nuget/v/NLocalizer.svg)](https://www.nuget.org/packages/NLocalizer/) [![NuGet](https://img.shields.io/nuget/dt/NLocalizer.svg)](https://www.nuget.org/packages/NLocalizer/)
https://www.nuget.org/packages/NLocalizer/

PM> Install-Package NLocalizer

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