Resx and BAML Resources in WPF
Posted by: Rick Strahls WebLog,
on 04 Jun 2009 |
View original | Bookmarked: 0 time(s)
If theres one thing thats confusing as heck about Localization in WPF its how resources are loaded. The two major approaches for localization in WPF using LocBaml BAML resource localization or standard Resx Localization with MarkupExtensions stand at odds in what they expect for their resource loading requirements. BAML Resources When using the LocBaml approach that creates localized BAML resources its necessary to specify the <UICulture> key in the project file: <?xml version="1.0"...