Frontmatec.Globalization 1.0.12

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

// Install Frontmatec.Globalization as a Cake Tool
#tool nuget:?package=Frontmatec.Globalization&version=1.0.12                

Frontmatec.Globalization

Localizer

var localizer = serviceProvider.GetRequiredService<ILocalizer>();
localizer.CurrentCultureChanged += (s, e) => { };
localizer.CurrentCulture = "en-US";
var localized = localizer.Localize("New");

Localize Benchmark

Before caching

Method Mean Error StdDev Gen0 Allocated
LocalizeResourceFound 160.2 us 4.10 us 11.90 us 28.5645 117.19 KB
LocalizeNotFound 398.4 us 11.62 us 34.09 us 45.8984 187.5 KB

After caching

Method Mean Error StdDev Median Gen0 Allocated
LocalizeResourceFound 38.98 us 1.239 us 3.556 us 38.47 us 24.8413 101.56 KB
LocalizeNotFound 95.35 us 2.506 us 7.349 us 93.30 us 32.4707 132.81 KB
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
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 Frontmatec.Globalization:

Package Downloads
Frontmatec.Windows

A WPF library offering styling and components to simplify the development of MVVM-based applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.12 61 3/4/2025
1.0.11 98 12/10/2024
1.0.9 911 7/12/2024
1.0.8 102 7/12/2024
1.0.7 270 6/27/2024
1.0.6 109 6/27/2024
1.0.5 332 2/29/2024
1.0.4 200 9/20/2023
1.0.3 631 8/28/2023
1.0.2 248 6/26/2023
1.0.1 162 6/26/2023
1.0.0 162 6/26/2023