BogaNet.i18n 0.9.3

dotnet add package BogaNet.i18n --version 0.9.3
NuGet\Install-Package BogaNet.i18n -Version 0.9.3
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="BogaNet.i18n" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BogaNet.i18n --version 0.9.3
#r "nuget: BogaNet.i18n, 0.9.3"
#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.
// Install BogaNet.i18n as a Cake Addin
#addin nuget:?package=BogaNet.i18n&version=0.9.3

// Install BogaNet.i18n as a Cake Tool
#tool nuget:?package=BogaNet.i18n&version=0.9.3

BogaNet.i18n

Localizer/translator for C# applications.

Main class and example code

var loc = Localizer.Instance;
loc.LoadFiles("./Resources/Translation.csv", "./Resources/Translation_de.csv"); //load the translation files
loc.Culture = new CultureInfo("en"); //set the culture to English
Console.WriteLine(loc.GetText("GreetingText"));

Nuget:

BogaNet.i18n

API:

https://www.crosstales.com/media/data/BogaNet/api/

GitHub:

https://github.com/slaubenberger/BogaNet/

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BogaNet.i18n:

Package Downloads
BogaNet.Avalonia

Little helpers to speed up Avalonia development.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.3 36 6/26/2024
0.9.2 46 6/25/2024
0.9.1 58 6/24/2024
0.9.0 58 6/23/2024

Logo updated.