WPF Localization Extension
Home Page
Categories: Localization
Latest version: v20090516
Added 2009-06-24
Localization solution for WPF.
Features include:
- supports binding-like write style, such as Text="{LocText ResAssembly:ResFile:ResKey}"
- based on .resx resource files
- works with the .resx-fallback mechanism (e.g. en-us -> en -> independent culture)
- supports culture forcing (e.g. "this has to be english all the time")
- works with dependency properties and non-dependency properties
- works with control templates
- offers DesignValue to support custom values during design mode
- can be used in xaml without any additional namespace
- can be used in code behind to bind localized values to dynamic generated controls
- implements INotifyPropertyChanged
- supports string formating
- supports prefix and suffix values
- supports language switching at run-time
- built-in support for Text, upper Text, lower Text, Images, Brushes, Double, Thickness and Flow direction
 Built for .NET 2 |
 Library |
 Free or free version available |
 Source code provided |