WPF Localization
My team has been looking how to make localization support in WPF better. We hope to improve things for customers in this space.
MSDN Documentation on v3.* localization:
Some things we're looking at:
- Today's exposure of BAML only via BamlLocalizer needs improvement.
- LocBaml is fragile if it can't find all the DLLs.
- x:Uid needs to be accessible at run time.
- ...
We still believe in post-build localization model (like LocBaml illustrates). We also believe that other models may work for smaller projects. We'd love to hear your thoughts.
Meanwhile, a few people have been publishing their approaches: