LazyApiPack.Localization.Wpf 0.2.1

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

// Install LazyApiPack.Localization.Wpf as a Cake Tool
#tool nuget:?package=LazyApiPack.Localization.Wpf&version=0.2.1

About this project

This library provides functionality to support localization for your applications.

Example to use this library:

<Window  xmlns:loc="clr-namespace:LazyApiPack.Localization.Wpf;assembly=LazyApiPack.Localization.Wpf">
 <Button Content="{loc:Localizer Captions.MainTitle}" 
		 HorizontalContentAlignment="{loc:HorizontalAlignmentLocalizer}" />
</Window>

In the example shown above, you import the Localization.Wpf to get access to the HorizontalAlignmentLocalizer, HorizontalTextAlignmentLocalizer, both used for right-to-left text support and the Localizer itself to get the localized text via Group.Id.

To get the localized text for group "Captions" and Id "MainTitle", use the markup extension {loc:Localizer Captions.MainTitle}.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows 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

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
0.2.1 203 11/19/2023
0.2.0 153 7/16/2023
0.0.5 219 3/14/2023
0.0.3 216 3/3/2023
0.0.2 210 3/3/2023
0.0.1 221 3/3/2023

Supports the new localization interfaces.