Localizations 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Localizations --version 0.1.2
                    
NuGet\Install-Package Localizations -Version 0.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="Localizations" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Localizations" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Localizations" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Localizations --version 0.1.2
                    
#r "nuget: Localizations, 0.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.
#:package Localizations@0.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Localizations&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Localizations&version=0.1.2
                    
Install as a Cake Tool

Localization Abstractions

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Localizations:

Package Downloads
Localizations.PhraseApp

Localization PhraseApp implementation for .NET applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1 2,124 1/17/2024
3.0.0 209 1/11/2024
3.0.0-preview.1 100 1/10/2024
2.0.1 2,430 12/15/2022
2.0.0 1,523 9/15/2022
1.1.2 491 9/15/2022
1.1.2-preview.1 203 9/15/2022
1.1.1 482 8/16/2022
1.1.1-preview.1 983 5/23/2022
1.1.0 2,732 5/14/2021
1.0.3-preview.1 258 5/13/2021
1.0.1-preview.2 260 5/14/2021
1.0.1-preview.1 241 5/14/2021
1.0.0-beta0010 1,293 7/6/2020
1.0.0-beta0009 740 7/6/2020
1.0.0-beta0008 766 3/24/2020
1.0.0-beta0007 1,573 11/7/2018
1.0.0-beta0006 1,500 10/29/2018
1.0.0-beta0005 1,466 10/5/2018
1.0.0-beta0004 1,486 10/1/2018
1.0.0-beta0003 1,461 9/30/2018
1.0.0-beta0002 1,523 9/30/2018
1.0.0-beta0001 1,486 9/30/2018
0.1.15 15,742 7/12/2018
0.1.14 2,174 7/10/2018
0.1.13 2,212 6/21/2018
0.1.12 2,213 6/21/2018
0.1.11 2,185 6/20/2018
0.1.10 2,255 6/20/2018
0.1.9 3,388 4/23/2018
0.1.8 1,513 10/20/2017
0.1.7 2,874 10/20/2017
0.1.6 1,483 10/19/2017
0.1.5 1,509 10/19/2017
0.1.4 2,012 10/19/2017
0.1.3 1,545 10/19/2017
0.1.2 1,969 10/19/2017
0.1.1 2,047 10/18/2017
0.1.0 1,941 10/18/2017

Adds ability to specify default locale
Adds ability to specify strict locale e.g en-GB would fall back to en on failure and strict locale set to false