L10NSharp.Windows.Forms
11.0.0-beta0003
See the version list below for details.
dotnet add package L10NSharp.Windows.Forms --version 11.0.0-beta0003
NuGet\Install-Package L10NSharp.Windows.Forms -Version 11.0.0-beta0003
<PackageReference Include="L10NSharp.Windows.Forms" Version="11.0.0-beta0003" />
<PackageVersion Include="L10NSharp.Windows.Forms" Version="11.0.0-beta0003" />
<PackageReference Include="L10NSharp.Windows.Forms" />
paket add L10NSharp.Windows.Forms --version 11.0.0-beta0003
#r "nuget: L10NSharp.Windows.Forms, 11.0.0-beta0003"
#:package L10NSharp.Windows.Forms@11.0.0-beta0003
#addin nuget:?package=L10NSharp.Windows.Forms&version=11.0.0-beta0003&prerelease
#tool nuget:?package=L10NSharp.Windows.Forms&version=11.0.0-beta0003&prerelease
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 | Versions 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 | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- L10NSharp (>= 11.0.0-beta0003)
- System.Resources.Extensions (>= 10.0.11)
-
.NETFramework 4.8
- L10NSharp (>= 11.0.0-beta0003)
- System.Resources.Extensions (>= 10.0.11)
-
net8.0-windows7.0
- L10NSharp (>= 11.0.0-beta0003)
- System.Resources.Extensions (>= 10.0.11)
- System.Security.Cryptography.Xml (>= 8.0.4)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
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 |
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. The SampleApp turns this on, so you can see it in action. See `src/L10NSharp/Pseudo/README.md`.
Changed:
- BREAKING CHANGE: [L10NSharp] [L10NSharp.Windows.Forms] [SampleApp] [CheckOrFixXliff] [ExtractXliff] Replaced the `net461` target framework with `net462`. The `System.Resources.Extensions` version raised transitively by the `SIL.ReleaseTasks` upgrade (above) no longer ships a `net461`-specific assembly, so `net461` is no longer a supported or tested target. Projects that still need to target `net461` should continue using the last release built for it, or upgrade to at least `net462`.
Security:
- [L10NSharp] [L10NSharp.Windows.Forms] [CheckOrFixXliff] [ExtractXliff] Upgraded `SIL.ReleaseTasks` from 2.5.0 to 3.3.0. This also raises the resolved version of `System.Resources.Extensions` (a transitive dependency of `SIL.ReleaseTasks`) from 6.0.0 to 10.0.11. Note: `SIL.ReleaseTasks` 3.3.0 has a known, build-time-only dependency on a vulnerable `Newtonsoft.Json` (via a temporary revert of its own `SIL.Core` dependency, pending an upstream `Mono.Unix` packaging issue) — per the upstream maintainers this is not an exploitable runtime risk, since the package is build-tool-only and never ships in L10nSharp's own output, and no L10nSharp or SIL.ReleaseTasks build step feeds it untrusted JSON. See [sillsdev/SIL.BuildTasks#88](https://github.com/sillsdev/SIL.BuildTasks/pull/88) for details.
- [L10NSharp.Windows.Forms] Upgraded `System.ServiceModel.Http` and `System.ServiceModel.Primitives` from 6.2.0 to 8.1.2, and added a direct `System.Security.Cryptography.Xml` reference pinned to 8.0.4. `System.ServiceModel.Primitives` 8.1.2 resolves a vulnerable 8.0.2 of `System.Security.Cryptography.Xml` transitively on `net8.0-windows`; the direct reference overrides it with the latest patched 8.0.x release.
See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md