https://github.com/alastairlundy/localizationkit
A library designed to make managing localizations in .NET easier.
https://github.com/alastairlundy/localizationkit
csharp localization
Last synced: 12 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:53:02.000Z (over 1 year ago)
- Last Synced: 2025-01-08T07:45:32.147Z (over 1 year ago)
- Topics: csharp, localization
- Language: C#
- Homepage:
- Size: 136 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.
[](https://www.nuget.org/packages/LocalizationKit/)
[](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.