L10NSharp 7.0.0

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

// Install L10NSharp as a Cake Tool
#tool nuget:?package=L10NSharp&version=7.0.0                

L10NSharp is a .NET localization library for Windows Forms applications. It collects strings which need localization when your application first runs and saves them in a XLIFF file. It can also dynamically collect strings at runtime.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on L10NSharp:

Package Downloads
SIL.Windows.Forms.Keyboarding

The SIL.Windows.Forms.Keyboarding library provides cross-platform functionality for keyboard selection and switching in Windows Forms applications. Currently, this library supports system and Keyman keyboards on Windows, and X keyboard extension (XKB) and Intelligent Input Bus (IBus) keyboards on Linux.

SIL.Windows.Forms.WritingSystems

SIL.Windows.Forms.WritingSystems contains Windows Forms UI elements for displaying and editing writing systems as defined by the SIL.WritingSystems assembly.

SIL.Windows.Forms.DblBundle

Package Description

SIL.Windows.Forms

SIL.Windows.Forms contains Windows Forms classes for UI elements (controls and dialogs) that are commonly used across various SIL applications. SIL.Windows.Forms is similar to SIL.Core in that it does not contain classes that are specific to any domain.

SIL.Chorus.LibChorus

End-user collaboration library via 3-way xml merging and hg dvcs under the hood.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-beta0005 902 6/4/2024
8.0.0-beta0004 89 5/10/2024
8.0.0-beta0003 229 4/19/2024
7.0.1-beta0001 105 4/15/2024
7.0.0 2,472 11/6/2023
7.0.0-beta0013 480 11/3/2023
7.0.0-beta0011 821 3/17/2023
7.0.0-beta0010 703 3/13/2023
6.1.0-beta0009 655 3/13/2023
6.1.0-beta0008 653 12/9/2022
6.1.0-beta0007 650 12/9/2022
6.0.1-beta0002 649 11/23/2022
6.0.0 12,856 11/23/2022
6.0.0-beta0018 615 11/21/2022
6.0.0-beta0017 663 10/7/2022
6.0.0-beta0015 663 8/24/2022
6.0.0-beta0013 655 8/24/2022
6.0.0-beta0003 698 7/12/2022
5.0.0 4,437 7/8/2022
5.0.0-beta0098 686 7/8/2022
5.0.0-beta0097 720 7/8/2022
5.0.0-beta0094 1,249 6/2/2022
5.0.0-beta0092 714 5/31/2022
5.0.0-beta0090 1,001 5/19/2022
5.0.0-beta0088 1,337 5/17/2022
5.0.0-beta0086 1,114 4/12/2022
5.0.0-beta0082 726 4/11/2022
5.0.0-beta0080 972 3/9/2022
5.0.0-beta0059 1,986 2/4/2022
5.0.0-beta.77 136 2/21/2022
5.0.0-beta.75 142 2/4/2022
4.2.0-beta0006 2,163 8/20/2021
4.2.0-beta0004 1,465 5/14/2021
4.1.1-beta0002 1,042 4/14/2021
4.1.0 13,809 3/4/2021
4.0.3 1,373 1/21/2020
4.0.2 1,468 7/9/2019
4.0.1 1,226 7/8/2019
4.0.0 1,680 5/16/2019

Changes since version 6.0.0

Added:
- `LocalizationManager.Create` methods without `TranslationMemory kind` parameter

Fixed:
- `LocalizationManager.Create("es"` loads `es-ES` if it is the best match (previously, this resulted in a dialog making the user choose)

Deprecated:
- `LocalizationManager.Create` methods with `TranslationMemory kind` parameter

See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md