Answered by:
WPF Localization using Database

Question
-
Hi
I have an existing WPF application using a back end SQL Server database. I want to use database localization in order to provide the functionality to change the (label) conversions within the application and store them in the database. I have seen examples of this using asp.net however is this possible for WPF applications?
I can't seem to find any code examples or tutorials on this point.
Thanks in advance.
Shane
- Moved by Barry Wang Thursday, July 25, 2013 2:04 AM
Wednesday, July 24, 2013 12:21 PM
Answers
-
Hi Kelums,
According to your description, i get that you want to use database to implement the WPF localization.
Here are some references about WPF localization with database:
#WPF Localization based on Database with Design support
http://www.mesta-automation.com/wpf-localization-based-on-database-with-design-support/#Windows Presentation Foundation Localization Techniques
http://blogs.msdn.com/b/cdnisv/archive/2009/08/18/windows-presentation-foundation-localization-techniques.aspx#Effective Strategies for Localization in .NET
http://programmers.stackexchange.com/questions/98358/effective-strategies-for-localization-in-netHere is a library to create multilanguage application that retrieves texts from database, it supports xaml and codebehind translatios:
https://github.com/mesta1/WPF-Localization-with-databaseFranklin Chen
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Proposed as answer by IssueKiller Thursday, July 25, 2013 5:14 PM
- Marked as answer by Kelums Friday, July 26, 2013 5:52 AM
- Unmarked as answer by Kelums Friday, July 26, 2013 5:52 AM
- Marked as answer by Franklin ChenMicrosoft employee Wednesday, July 31, 2013 11:31 AM
Thursday, July 25, 2013 8:14 AM
All replies
-
Hi Shane,
Welcome to the MSDN forum.
I'm moved your case to WPF forum since your question is more related to this forum.
Regards,
Barry Wang
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Thursday, July 25, 2013 2:04 AM -
Hi Kelums,
According to your description, i get that you want to use database to implement the WPF localization.
Here are some references about WPF localization with database:
#WPF Localization based on Database with Design support
http://www.mesta-automation.com/wpf-localization-based-on-database-with-design-support/#Windows Presentation Foundation Localization Techniques
http://blogs.msdn.com/b/cdnisv/archive/2009/08/18/windows-presentation-foundation-localization-techniques.aspx#Effective Strategies for Localization in .NET
http://programmers.stackexchange.com/questions/98358/effective-strategies-for-localization-in-netHere is a library to create multilanguage application that retrieves texts from database, it supports xaml and codebehind translatios:
https://github.com/mesta1/WPF-Localization-with-databaseFranklin Chen
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Proposed as answer by IssueKiller Thursday, July 25, 2013 5:14 PM
- Marked as answer by Kelums Friday, July 26, 2013 5:52 AM
- Unmarked as answer by Kelums Friday, July 26, 2013 5:52 AM
- Marked as answer by Franklin ChenMicrosoft employee Wednesday, July 31, 2013 11:31 AM
Thursday, July 25, 2013 8:14 AM -
Thanks for the reply. It's help for me a lot.Friday, July 26, 2013 5:52 AM