Skip to content
Discussion options

You must be logged in to vote

In short, at the moment, because StringLocalizationResolver.Instance[""] likely never changes value, the first binding that your multibinding is connecting to and the PropertyChanged events raised by Invalidate() are being ignored. It looks like long-term this behaviour is being reverted, but short-term you'd need to bind to a property that does change when you need to re-translate the strings like a language ID or similar.

Or possibly to Instance[key] instead.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AVVI94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants