LocalizationKit 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LocalizationKit --version 3.1.0
NuGet\Install-Package LocalizationKit -Version 3.1.0
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="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LocalizationKit --version 3.1.0
#r "nuget: LocalizationKit, 3.1.0"
#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=3.1.0

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

LocalizationKit

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

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 not designed to allow creating localizations. It's primarily intended 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 net5.0 is compatible.  net5.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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-rc.1 24 5/1/2024
6.0.0-beta.3 50 4/11/2024
6.0.0-beta.2 61 3/21/2024
6.0.0-beta.1 60 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 98 3/16/2024
5.1.1 90 2/20/2024
5.1.0 239 8/2/2023
5.0.0 165 7/20/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
* Updated SettingsKit dep from 3.0.0 to 3.1.0
* Updated code in LocalizationKit to be compatible with SettingsKit 3.1.0