문제

What I need to do is:

a) I MUST use custom localization (legacy system)

b) Users need to be able to change the localization at will from with the application

c) Localization must be done via data binding

So, I guess the way to go would be to use the ObjectDataProvider, but how would I specify the parameter being passed?

Such as "okbutton.text" for "OK"?

What I would need is the syntax for {Binding ...}.

도움이 되었습니까?

해결책

Check this code project article out WPF Localization

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top