Net.Leksi.Localization
1.0.1
dotnet add package Net.Leksi.Localization --version 1.0.1
NuGet\Install-Package Net.Leksi.Localization -Version 1.0.1
<PackageReference Include="Net.Leksi.Localization" Version="1.0.1" />
paket add Net.Leksi.Localization --version 1.0.1
#r "nuget: Net.Leksi.Localization, 1.0.1"
// Install Net.Leksi.Localization as a Cake Addin #addin nuget:?package=Net.Leksi.Localization&version=1.0.1 // Install Net.Leksi.Localization as a Cake Tool #tool nuget:?package=Net.Leksi.Localization&version=1.0.1
The Net.Leksi.Localization library is designed to simplify the process of localizing and internationalizing applications. It is a wrapper for the standard application resource system, allowing you to separate localization actions in the code from actions with resources, increasing the clarity and readability of the code.
All classes are contained in the Net.Leksi.Localization namespace.
- LocalizationBase - base class for objects whose properties contain and methods return values that depend on a given culture.
- ResourcePlaceAttribute is an attribute of a class derived from LocalizationBase that associates it with an application or other assembly resource that contains culture-specific values.
- ResourceInfo - auxiliary class for use in the development process. Contains information about a culture-specific value: key, value, value type, what class it is a property of, the name of the resource it came from, the locale of that resource.
The principles of using the library are described in the section [Demo and principles of use] using the example of a test application from the article Localization in .NET and demo applications based on WPF.
Sources are here
NuGet Package: Net.Leksi.Localization
Product | Versions 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
- 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.0.1 | 114 | 5/28/2024 |