Thumbnail View Resource
Source

http://www.codeproject.com/favicon.ico www.codeproject.com (The Code Project), posted 2010-06-13

Added By

Avatar BillHenn on 2010-06-22

Vitals
0score
  • 4781 total views
Summary
Describes how you can localize a WPF application in real production environment.
Excerpt
"Generally speaking, to localize a wpf app/lib, we have got various of ways, among which using a tool named locbaml.exe is the most popular one. You can find this tool within this article. Other ways have also been mentioned in Microsoft official site, they may tell you to use static resources (e.g. "{x:static resource_namespace.propertyname}" ) or dynamic resources (e.g. "{ Dynamicresources propertyname}"). But you will encounter complicated trouble shooting scenarios when using static resources (you cannot see the resource strings using visual studio xaml designer, and sometimes you visual studio will crash when debugging the application), also, the coding style is a bit annoying/tedious in this case since you need to refer to the resource property name instead of the real value."
Full Link

http://www.codeproject.com/kb/wpf/wpf_localization_tutorial.aspx

About The Code Project

The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/

The WPFpedia resource guide has 238 total links to this site.

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots