Releases: SirJohnK/LocalizationResourceManager.Maui
Releases · SirJohnK/LocalizationResourceManager.Maui
1.2.1
- Add TranslateTrue and TranslateFalse to TranslateBindingExtension.
1.2.0
- Add TranslateBindingExtension for custom binding in XAML by @stephenquan in #16
1.0.5
- Add SuppressTextNotFoundException setting to suppress/deactivate throwing the text not found exception.
- Add option to set a placeholder text displayed if text is not found.
1.0.4
- Add SupportNameWithDots setting to activate support for Resource Names with Dots.
- Add and Update interface comments.
1.0.3
- Add AddFileResource setting for registration of file based ResourceManager and create default .resources file, if missing.
- ReleaseAllResources manager method to release all resources for all registered resources.
1.0.2
- Add format params parameter option and updated sample project.
1.0.1
- Add text Indexer Operator
- Update documentation
1.0.0
Initial release with enhanced and added features
- Easy setup with builder pattern extension
- Supports multiple Resource managers
- Supports storing and restoring of the latest set culture
- Uses the WeakEventHandler (.NET MAUI)