HaemmerElectronics.SeppPenner.Language 1.1.7

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

CSharpLanguageManager

CSharpLanguageManager is an assembly/ library to build multilingual programms in .Net.

Build status GitHub issues GitHub forks GitHub stars License: MIT Nuget NuGet Downloads Known Vulnerabilities Gitter Blogger Patreon PayPal

Available for

  • Net 8.0
  • Net 9.0
  • Net 10.0

Net Core and Net Framework latest and LTS versions

Basic usage

Check out the how to use file here.

Install

dotnet add package HaemmerElectronics.SeppPenner.Language

Change history

See the Changelog.

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.  net9.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.8 50 8/9/2026
1.1.7 50 8/9/2026
1.1.6 358 11/24/2024
1.1.5 282 5/16/2024
1.1.4 425 12/7/2023
1.1.3 254 11/13/2023
1.1.2 673 11/10/2022
1.1.1 528 10/30/2022
1.1.0 742 2/8/2022
1.0.11 564 11/11/2021
1.0.10 555 8/9/2021
1.0.9 568 7/25/2021
1.0.8 613 2/21/2021
1.0.7 828 11/11/2020
1.0.6 781 6/5/2020
1.0.5 799 11/8/2019
1.0.4.1 782 10/28/2019
1.0.4 907 10/13/2019
1.0.3 822 9/29/2019
1.0.2 810 9/29/2019
Loading failed

Version 1.1.7.0 (2026-08-09): Added support for Net10.0, enabled TreatWarningsAsErrors, moved the example language files out of the lib folder in the nuget package, unknown languages now throw a LanguageNotLoadedException instead of an InvalidOperationException, the LanguageInitializationException now contains the messages of the language files that failed to load.