Partilhar via


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

https://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/wcp_conceptual/html/5001227e-9326-48a4-9dcd-ba1b89ee6653.asp

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