views:

992

answers:

2

Hi All,

If anybody know how to do the Internationalization and localization in WPF through only XAML. I have already done through WPF .cs file by using Resource Manager class. I would greatly appericiate, if anybody can guide me and given me the code samples.

Thanks in advance,

Cheers... Karthikeyan Manickam.

+3  A: 

Try looking at http://www.microsoft.com/uk/remix08/agenda.aspx. In particular select "Day two" -> Internationalizing WPF And Silverlight Applications.

Fabrizio C.
Thanks, that's a great reference.
Elad
A: 

Use localization tool. We use Sisulizer http://www.sisulizer.com

It can easily make localized XAML files and satellite assembly files. No need to modify your existig XAML files.

Johannes

Johannes