Skip to content

New package.

Compare
Choose a tag to compare
@JohanLarsson JohanLarsson released this 24 Jun 11:56
· 877 commits to master since this release

BREAKING CHANGES:

  • Translator.CurrentCulture renamed to Culture`
  • Translator.EffectiveCulture renamed to CurrentCulture`
  • Translator.EffectiveCultureChanged renamed to CurrentCultureChanged
    And the signature is now public static event EventHandler<CultureChangedEventArgs> CurrentCultureChanged
    This was needed to enable binding to the static properties.

Sorry about this, dunno how I came up with the poor original names.

Translation.GetOrCreate() respects ErrorHandlingnow and returns a StaticTranslationin case of missing keyn and not throw.

New features:
The static properties of Translator now supports binding from XAML.