How to change languages in WPF?
Currently I am working on a WPF project... Initially those words are in English, but when user clicks on "Japanese", the whole project will be change to "Japanese", if click on "Fr开发者_Python百科ench", it will be change to "French" etc...
I have tried using 'xml' to store all my texts and used "Storyboard" but it doesn't work...
So do anyone knows how can I archieve it... Is good if there are some working samples/examples to shown...
Thanks.
WPF localization basics http://msdn.microsoft.com/en-us/library/ms788718.aspx
Solutions and samples http://weblogs.asp.net/fmarguerie/archive/2009/05/12/localization-in-wpf.aspx
What you want is internationalization.
Refer here for an example.
精彩评论