There are many ways to "multi language" your wpf application - here's another one! Features:
- Simple to use via a custom WPF markup extension (like the "Binding" extension).
- Switching the language dynamically in runtime will update the associated controls immediately.
- Can be used with various sources like csv, excel or databases (rather than sattelite assemblies).
- No memory leaks by using weak references. Mehr...