Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alastairlundy/localizationkit
- Owner: alastairlundy
- License: mit
- Created: 2023-05-13T16:20:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:53:02.000Z (about 2 months ago)
- Last Synced: 2024-11-09T22:31:10.586Z (about 2 months ago)
- Topics: csharp, localization
- Language: C#
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
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.