Skip to content

Releases: SirJohnK/LocalizationResourceManager.Maui

1.2.1

31 Oct 21:50
61febf6
Compare
Choose a tag to compare
  • Add TranslateTrue and TranslateFalse to TranslateBindingExtension.

1.2.0

10 Oct 19:35
67ef159
Compare
Choose a tag to compare
  • Add TranslateBindingExtension for custom binding in XAML by @stephenquan in #16

1.1.0

10 Sep 16:43
9216643
Compare
Choose a tag to compare
  • Update to .NET 7

1.0.5

07 Sep 19:55
24d5aed
Compare
Choose a tag to compare
  • 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

08 May 20:04
68ea9c0
Compare
Choose a tag to compare
  • Add SupportNameWithDots setting to activate support for Resource Names with Dots.
  • Add and Update interface comments.

1.0.3

12 Jan 20:09
bc5f967
Compare
Choose a tag to compare
  • 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

02 Jan 08:27
a193235
Compare
Choose a tag to compare
  • Add format params parameter option and updated sample project.

1.0.1

29 Dec 08:23
Compare
Choose a tag to compare
  • Add text Indexer Operator
  • Update documentation

1.0.0

27 Dec 00:36
d2694bf
Compare
Choose a tag to compare

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)