L10NSharp 10.0.0-beta0002

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

L10NSharp is a .NET localization library. It collects strings which need localization when your application first runs and saves them in a XLIFF file.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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 (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 617 5/4/2026
10.0.0-beta0003 129 5/4/2026
10.0.0-beta0002 862 4/28/2026
10.0.0-beta0001 2,083 2/9/2026
9.0.0 2,474 2/3/2026
9.0.0-beta0002 111 2/3/2026
9.0.0-beta0001 8,428 9/18/2025
8.0.0 3,157 3/12/2025
8.0.0-beta0023 247 3/12/2025
8.0.0-beta0021 231 3/12/2025
8.0.0-beta0013 320 3/7/2025
8.0.0-beta0005 3,505 6/4/2024
8.0.0-beta0004 183 5/10/2024
8.0.0-beta0003 528 4/19/2024
7.0.1-beta0001 190 4/15/2024
7.0.0 4,168 11/6/2023
7.0.0-beta0013 567 11/3/2023
7.0.0-beta0011 1,165 3/17/2023
7.0.0-beta0010 844 3/13/2023
6.1.0-beta0009 807 3/13/2023
Loading failed

Changes since version 9.0.0

Added:
- [L10NSharp] Added `net8.0` as a target framework, enabling use on non-Windows platforms, and added cross-platform CI/CD coverage for `net8.0`.
- [L10NSharp] Added UiLanguageChanged event to ILocalizationManager. This provides a way for clients to deal with changes now that (in Windows) LocalizeItemDlg<XLiffDocument>.StringsLocalized no longer exists.

Changed:
- [L10NSharp] Removed CanCustomizeLocalizations and PrepareToCustomizeLocalizations from ILocalizationManager since L10nSharp no longer provides a mechanism by which users may customize localizations.
- [L10NSharp] Removed the following members from ILocalizationManager since they are really only needed internally and serve no purpose in the public API:
   - AppVersion
   - NamespaceBeginnings (no longer used even internally)
   - FilenamesToAddToCache
- [L10NSharp] Removed emailForSubmissions parameter from LocalizationManager.Create. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.
- [L10NSharp.Windows.Forms] Removed emailForSubmissions parameter (8th parameter) from LocalizationManagerWinforms.Create. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.

Fixed:
- [L10NSharp.Windows.Forms] Restored project-local Resources support for `FallbackLanguagesDlgBase` button images (`Move`, `Move_up`, and `Move_down`).
- [L10NSharp.Windows.Forms] Corrected resource manager base name to `L10NSharp.Windows.Forms.Properties.Resources`.
- [L10NSharp.Windows.Forms.Tests] Corrected resource manager base name to `L10NSharp.Windows.Forms.Tests.Properties.Resources`.

Removed:
- [L10NSharp] Removed EnableClickingOnControlToBringUpLocalizationDialog. Since the localization dialog was jettisoned, this is meaningless (and wouldn't belong in the Winforms agnostic namespace anyway).
- [L10NSharp] Removed EmailForSubmissions. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.
- [L10NSharp.Windows.Forms] Removed LmGrid, LmButtonColumn, LmButtonCell, TipDialog.
- [L10NSharp.Windows.Forms] Removed the version of LocalizationManagerWinforms.Create that did not take an icon. The mere absence of a usable icon does not preclude the possibility of displaying the dialog for the user to choose a fallback language. Callers that do not wish to provide an icon can safely pass null for that parameter.

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