Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ravibpatel/nlocalizer
- Owner: ravibpatel
- License: lgpl-2.1
- Created: 2017-08-09T09:48:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T06:19:10.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T13:34:49.244Z (3 months ago)
- Topics: desktop-application, localization, netframework, netframework4, nuget
- Language: C#
- Size: 49.8 KB
- Stars: 15
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.