WPF: Using LocBaml for Localization
Localizing an app is critical if the goal is to reach all the masses. This has been made easy in WPF through the use of the LocBaml tool and certain msbuild flags.
Localization using LocBaml is explained on the msdn site
You can also see an example of how this works at
https://www.devx.com/dotnet/Article/29407
The above example is on older bits but it does show how the process works and is very descriptive.
ciao