This is a mirror of official site: http://jasper-net.blogspot.com/

Simplest Way to Implement Multilingual WPF Application

| Sunday, November 7, 2010
Introduction

Globalization is one of the concept that comes to mind when we create applications that might run in different geographical location. Based on the Culture code, we need to modify our application. This is very common case for many developers. I thought lets discuss what I implemented as the most cunning way to deal with this in your WPF application.

Points of Interest

Globalization is the most common issue to every application. Many of us might have searched over times to find out the most easiest way to do a Multilingual Application. Believe me, I did the same thing like you. After doing that, I found a lots of articles in net. For instance you can see one from MSDN :

http://msdn.microsoft.com/en-us/library/ms752337.aspx

If you have already read the article, you might have found that there is no such actual implementation that clearly demonstrates the concept. That is why I thought to write a concrete article for you to easily implement a truly Multilingual Application.

Using the code

Read more: Codeproject

Posted via email from .NET Info

0 comments: