Click here to Skip to main content
15,911,789 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working on C# windows form project, i want to use of 3 languages in my project (English,Hindi,Kannada). when user select one language i want application to run in that language along with database , i am using SQL server 2008.
need help...
Posted
Updated 20-Mar-14 22:50pm
v2

1.The solution to your problem is described in details in MSDN next main link (with a set of sub-links): Globalizing Windows Forms[^]

2.Regarding the UI part here is the sub-link: Walkthrough: Localizing Windows Forms[^]

3.Regarding the database data, you should design your database in the way that you have "string" information in all used languages and, also your logic should implement the usage of them based on the current language.

PS: I have an article (and source code) related with this topic, but is for an ASP.NET MVC application: MVC Basic Site: Step 1 – Multilingual Site Skeleton[^]
 
Share this answer
 
Did you do a search - http://lmgtfy.com/?q=globalization+windows+forms[^].

You can start at the very first link - MSDN: Globalizing Windows Forms[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900