-
Localizing WPF controls with ResX files
Situation You want to localize a WPF control. Problem Books on WPF recommend to use Microsofts LocBaml.exe, which is actually just a sample that is, of course, not integrated anywhere. Solution Localize the WPF control using ResX files. create the ResX files set the scope of the ResX files to public add the Properties namespace…
-
WPF localization
Sources ResX: http://compositeextensions.codeplex.com/discussions/52910?ProjectName=compositeextensions MarkupExtension: http://www.wpftutorial.net/LocalizeMarkupExtension.html