LocalizationKit 5.1.2

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package LocalizationKit --version 5.1.2
NuGet\Install-Package LocalizationKit -Version 5.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LocalizationKit" Version="5.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LocalizationKit --version 5.1.2
#r "nuget: LocalizationKit, 5.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LocalizationKit as a Cake Addin
#addin nuget:?package=LocalizationKit&version=5.1.2

// Install LocalizationKit as a Cake Tool
#tool nuget:?package=LocalizationKit&version=5.1.2

LocalizationKit

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

NuGet NuGet

Licensing

LocalizationKit, which is MIT licensed, relies on SettingsKit to manage Localizations stored in files and allow developers to get localized strings for use in their applications.

SettingsKit is also MIT licensed and is also made by me.

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.

Roadmap

As this project relies on SettingsKit, the roadmap of LocalizationKit will more or less track that of SettingsKit with some differences for localization specific things.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LocalizationKit:

Package Downloads
SettingsKit

A library to make managing Settings files easier for .NET projects.

LocalizationKit.Integrations.Azure

An extension library that adds the ability to Generate Localizations using Azure's Text Translator API. You must supply your own Azure API key.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-beta.3 45 4/11/2024
6.0.0-beta.2 57 3/21/2024
6.0.0-beta.1 59 3/16/2024
6.0.0-alpha.4 53 2/22/2024
6.0.0-alpha.3 54 2/22/2024
6.0.0-alpha.2 53 2/20/2024
6.0.0-alpha.1 71 2/5/2024
5.1.2 95 3/16/2024
5.1.1 90 2/20/2024
5.1.0 235 8/2/2023
5.0.0 163 7/20/2023
5.0.0-rc.3 76 7/20/2023
5.0.0-rc.2 70 7/19/2023
5.0.0-rc.1 73 7/11/2023
4.0.0 428 10/11/2022
3.1.0 367 11/10/2021
3.0.0 380 10/29/2021
2.0.1 343 10/12/2021
2.0.0 394 5/21/2021
1.1.1 382 5/18/2021
1.1.0 366 5/18/2021
1.0.0 540 6/3/2020

### Changes since 5.1.0
* Update SettingsKit from 5.0.0 to 5.0.1
### Changes since 5.1.1
* Updated SettingsKit from 5.0.1 to 5.1.0

## Notes
* Final update for LocalizationKit 5.x - All future updates will be focussed on LocalizationKit 6.x* Fixed an issue where Locale without a CountryCode would return an incorrect string from the ToString() method