WpfLocalizeExtension 2.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package WpfLocalizeExtension --version 2.0.0
NuGet\Install-Package WpfLocalizeExtension -Version 2.0.0
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="WpfLocalizeExtension" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WpfLocalizeExtension --version 2.0.0
#r "nuget: WpfLocalizeExtension, 2.0.0"
#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 WpfLocalizeExtension as a Cake Addin
#addin nuget:?package=WpfLocalizeExtension&version=2.0.0

// Install WpfLocalizeExtension as a Cake Tool
#tool nuget:?package=WpfLocalizeExtension&version=2.0.0

LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on WpfLocalizeExtension:

Package Downloads
Metaseed.MetaCore

Metaseed.MetaCore

daVinci-wpf

Package Description

Scar.Common.WPF.View.AnimatedWindow

An animated WPF base window

leonardo-wpf

Package Description

Prevu.UIComponents

Collection of UI components for Prevu Synoptics

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on WpfLocalizeExtension:

Repository Stars
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
HearthSim/Hearthstone-Deck-Tracker
A deck tracker and deck manager for Hearthstone on Windows
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
lay295/TwitchDownloader
Twitch VOD/Clip Downloader - Chat Download/Render/Replay
bitbeans/SimpleDnsCrypt
A simple management tool for dnscrypt-proxy
Version Downloads Last updated
3.10.0 78,125 2/20/2023
3.9.4 204,464 1/17/2022
3.9.3 1,295 1/16/2022
3.9.2 20,715 12/30/2021
3.9.1 8,753 11/14/2021
3.9.0 30,584 8/26/2021
3.8.1-preview.1 228 8/19/2021
3.8.0 205,765 8/17/2020
3.7.0-alpha.58 1,649 5/31/2020
3.7.0-alpha.45 292 5/27/2020
3.6.1 29,054 5/11/2020
3.6.0-alpha.7 604 4/29/2020
3.6.0-alpha.6 272 4/28/2020
3.5.0 9,265 4/15/2020
3.4.0-alpha0053 2,881 1/8/2020
3.4.0-alpha0039 2,130 2/25/2019
3.4.0-alpha0016 1,138 1/27/2019
3.3.1 108,605 11/15/2018
3.3.0 13,470 10/18/2018
3.2.0 11,205 9/16/2018
3.2.0-alpha0015 1,244 9/8/2018
3.1.2 34,985 3/27/2018
3.1.1 2,091 3/21/2018
3.1.0 14,452 1/8/2018
3.0.1 29,181 10/16/2017
3.0.0 3,136 10/12/2017
2.3.2 82,549 6/28/2015
2.3.1 2,361 6/23/2015
2.3.0 25,380 2/24/2015
2.2.1 38,103 5/12/2014
2.2.0 9,907 12/15/2013

v2.0.0 - breaking changes on the back-end:
* All resource lookup activity is transferred to classes implementing ILocalizationProvider
** New interface ILocalizationProvider for custom providers
** Added AttachedProperty Provider to LocalizeDictionary to enable switching the provider
** Added static AttachedProperty DefaultProvider to LocalizeDictionary to set an application wide provider
** Added ResxLocalizationProvider class
** Transferred DefaultDictionary and DefaultAssembly to ResxLocalizationProvider
** Transferred resource lookup & key parsing to ResxLocalizationProvider
** Assembly and Dict properties on LocExtension are obsolete now
** Get notifications on provider changes and errors
** CSV provider as an example of custom providers
* Get the list of available cultures from LocalizeDictionary
* Added IncludeInvariantCulture flag to LocalizeDictionary