Localizing MVVM based WPF applications
Posted
by bitbonk
on Stack Overflow
See other posts from Stack Overflow
or by bitbonk
Published on 2009-08-25T12:56:20Z
Indexed on
2010/06/11
2:52 UTC
Read the original article
Hit count: 337
What would be a good aproach to localize a MVVM based WPF allication that can change its language at runtime? Of course I could create a string property in the ViewModel for each and every string that is displayed somewhere in the View but that seems rather tedious to me. Is there a common approach/best practice for this?
© Stack Overflow or respective owner