L10NSharp 6.0.0-beta0003
See the version list below for details.
dotnet add package L10NSharp --version 6.0.0-beta0003
NuGet\Install-Package L10NSharp -Version 6.0.0-beta0003
<PackageReference Include="L10NSharp" Version="6.0.0-beta0003" />
<PackageVersion Include="L10NSharp" Version="6.0.0-beta0003" />
<PackageReference Include="L10NSharp" />
paket add L10NSharp --version 6.0.0-beta0003
#r "nuget: L10NSharp, 6.0.0-beta0003"
#:package L10NSharp@6.0.0-beta0003
#addin nuget:?package=L10NSharp&version=6.0.0-beta0003&prerelease
#tool nuget:?package=L10NSharp&version=6.0.0-beta0003&prerelease
L10NSharp is a .NET localization library for Windows Forms applications. It collects strings which needs localization when your application first runs and saves them in a XLIFF or TMX file. It can also dynamically collect strings at runtime.
| Product | Versions 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. |
-
.NETFramework 4.6.1
- No dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on L10NSharp:
| Package | Downloads |
|---|---|
|
SIL.Core.Desktop
SIL.Core.Desktop provides general UI related utilities for language software. |
|
|
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.Chorus.LibChorus
End-user collaboration library via 3-way xml merging and hg dvcs under the hood. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on L10NSharp:
| Repository | Stars |
|---|---|
|
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-beta0004 | 0 | 5/4/2026 |
| 10.0.0-beta0003 | 0 | 5/4/2026 |
| 10.0.0-beta0002 | 260 | 4/28/2026 |
| 10.0.0-beta0001 | 1,883 | 2/9/2026 |
| 9.0.0 | 1,356 | 2/3/2026 |
| 9.0.0-beta0002 | 102 | 2/3/2026 |
| 9.0.0-beta0001 | 6,284 | 9/18/2025 |
| 8.0.0 | 3,151 | 3/12/2025 |
| 8.0.0-beta0023 | 240 | 3/12/2025 |
| 8.0.0-beta0021 | 225 | 3/12/2025 |
| 8.0.0-beta0013 | 315 | 3/7/2025 |
| 8.0.0-beta0005 | 3,497 | 6/4/2024 |
| 8.0.0-beta0004 | 177 | 5/10/2024 |
| 8.0.0-beta0003 | 522 | 4/19/2024 |
| 7.0.1-beta0001 | 182 | 4/15/2024 |
| 7.0.0 | 4,162 | 11/6/2023 |
| 7.0.0-beta0013 | 561 | 11/3/2023 |
| 7.0.0-beta0011 | 1,152 | 3/17/2023 |
| 7.0.0-beta0010 | 838 | 3/13/2023 |
| 6.0.0-beta0003 | 846 | 7/12/2022 |
Changes since version 5.0.0
Changed:
- Added cleanUpTmx parameter to LocalizationManager.DeleteOldTranslationFiles to allow for cleanup of old TMX files.
Removed:
- TMX-based localization no longer supported
- LocalizationManager.GetTranslationFileNameForLanguage is no longer public.
See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md