Found 3 packages
Proper internationalization support for WPF (via NGettext). In particular a GetTextMarkupExtension is included, which is what everyone uses anyway.
WPF localization support enabled by NGettext.
This library provides UI components, such as XAML extensions, helpers, converters and more. It is part of the ModernWpf Community Toolkit. Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine. Extensions: - DependencyObjectExtensions: Provides methods to Register and Unregister PropertyChangedCallback of a DependencyProperty. - FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement. - LogicalTree: Defines a collection of extensions methods for UI. - MatrixExtensions: Provides a set of extensions to the Matrix struct. - MatrixHelperEx: Static helper methods for Matrix. - NullableBool: Custom MarkupExtension which can provide nullable bool values. - RotateTransformExtensions: Extension methods for RotateTransform. - ScaleTransformExtensions: Extension methods for ScaleTransform. - SkewTransformExtensions: Extension methods for SkewTransform. - TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control. - TextBoxRegex: TextBoxRegex allows text validation using a regular expression. - TranslateTransformExtensions: Extension methods for TranslateTransform. - VisualTree: Defines a collection of extensions methods for UI. Helpers: - BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time. - DependencyPropertyWatcher: Used to Track Changes of a Dependency Property. - GraphicsHelper: Used to get pixel's color from a bitmap source.