Skip to content

ResXLocalization v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:48
· 23 commits to main since this release

Added

  • Dynamic composite-format arguments for {l:Localize} in both UI packages: bind the new
    LocalizeArgs.Arg0Arg8 attached properties on the target element to supply String.Format
    arguments for the resolved resource value (e.g. {0} people invited). The rendered text
    re-formats live when a bound argument or the culture changes; elements without arguments resolve
    exactly as before.