Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alastairlundy/localizationkit

A library designed to make managing localizations in .NET easier.
https://github.com/alastairlundy/localizationkit

csharp localization

Last synced: about 2 months ago
JSON representation

A library designed to make managing localizations in .NET easier.

Awesome Lists containing this project

README

        

# LocalizationKit

LocalizationKit is a library designed to make managing localizations in .NET easier.

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

## Differences between LocalizationKit and SettingsKit

The main differences between LocalizationKit and SettingsKit, besides SettingsKit being meant for generic Settings management, is that Localizationkit is designed to load existing localization files and provide programmatic access to the localizations.

In the future I _may_ create a tool to generate localization files for use with LocalizationKit and/or SettingsKit.