Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 03, 2012 06:05 AM by shree_ars
Participant
1395 Points
776 Posts
Jan 17, 2012 10:02 AM|LINK
How to make the WPF .xaml file localizable.
As in normal Windows and Web Application we have an option as "Generate LocalResource",
with respect to that do we have anything for WPF pages to create local resources.
Star
10411 Points
1196 Posts
Feb 02, 2012 12:49 AM|LINK
Hi, you can refer to the methods on the following site to make XAML content localizable:
How to: Make XAML Content Localizable: http://forums.asp.net/t/1759870.aspx
WPF Globalization and Localization Overview: http://msdn.microsoft.com/en-us/library/ms788718.aspx
Feb 03, 2012 06:05 AM|LINK
http://wpflocalizeaddin.codeplex.com/
The AddIn on above tool will localize the WPF projects.
But the AddIn includes the resource file creation approach. It doesnt deal with LocBaml approach.
shree_ars
Participant
1395 Points
776 Posts
Localization Automate
Jan 17, 2012 10:02 AM|LINK
How to make the WPF .xaml file localizable.
As in normal Windows and Web Application we have an option as "Generate LocalResource",
with respect to that do we have anything for WPF pages to create local resources.
Allen Li - M...
Star
10411 Points
1196 Posts
Re: Localization Automate
Feb 02, 2012 12:49 AM|LINK
Hi, you can refer to the methods on the following site to make XAML content localizable:
How to: Make XAML Content Localizable:
http://forums.asp.net/t/1759870.aspx
WPF Globalization and Localization Overview:
http://msdn.microsoft.com/en-us/library/ms788718.aspx
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
shree_ars
Participant
1395 Points
776 Posts
Re: Localization Automate
Feb 03, 2012 06:05 AM|LINK
http://wpflocalizeaddin.codeplex.com/
The AddIn on above tool will localize the WPF projects.
But the AddIn includes the resource file creation approach. It doesnt deal with LocBaml approach.