L10NSharp.Windows.Forms 10.1.0-beta0001

This is a prerelease version of L10NSharp.Windows.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package L10NSharp.Windows.Forms --version 10.1.0-beta0001
                    
NuGet\Install-Package L10NSharp.Windows.Forms -Version 10.1.0-beta0001
                    
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.Windows.Forms" Version="10.1.0-beta0001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="L10NSharp.Windows.Forms" Version="10.1.0-beta0001" />
                    
Directory.Packages.props
<PackageReference Include="L10NSharp.Windows.Forms" />
                    
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 L10NSharp.Windows.Forms --version 10.1.0-beta0001
                    
#r "nuget: L10NSharp.Windows.Forms, 10.1.0-beta0001"
                    
#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 L10NSharp.Windows.Forms@10.1.0-beta0001
                    
#: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=L10NSharp.Windows.Forms&version=10.1.0-beta0001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=L10NSharp.Windows.Forms&version=10.1.0-beta0001&prerelease
                    
Install as a Cake Tool

L10NSharp.Windows.Forms 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on L10NSharp.Windows.Forms:

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

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.FLExBridge

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

SIL.ChorusPlugin.LibFLExBridge

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0 42 9/8/2026
11.0.0-beta0004 35 9/8/2026
11.0.0-beta0003 50 9/3/2026
10.1.0-beta0002 42 9/3/2026
10.1.0-beta0001 75 9/2/2026
10.0.0 95 8/27/2026
10.0.0-beta0016 85 8/27/2026
10.0.0-beta0015 100 8/25/2026
10.0.0-beta0014 989 7/8/2026
10.0.0-beta0013 355 6/29/2026
10.0.0-beta0012 2,366 6/26/2026
10.0.0-beta0011 112 6/26/2026
10.0.0-beta0010 444 6/17/2026
10.0.0-beta0009 114 6/15/2026
10.0.0-beta0008 112 6/15/2026
10.0.0-beta0007 109 6/15/2026
10.0.0-beta0006 110 6/15/2026
10.0.0-beta0005 110 6/5/2026
10.0.0-beta0004 3,823 5/4/2026
10.0.0-beta0003 118 5/4/2026
Loading failed

Changes since version 10.0.0

Added:
- [L10NSharp] Added pseudolocalization support: lookups for the standard `qps-ploc` pseudo-locale (`LocalizationManager.PseudoLocalizationLanguageId`) return the English text pseudolocalized at runtime (e.g. `[Tîitlée Mîissîing]`), so testers can spot non-internationalized strings and layout problems. Set `LocalizationManager.OfferPseudoLocalization = true` to include it in the offered UI languages; `LocalizationManager.PseudoLocalize(string)` exposes the transform directly. See `src/L10NSharp/Pseudo/README.md`.

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