What is the best way to make my C#/WPF application support different languages?
I want to be able to give my users the choice to choose a language.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a lot of information to digest, but the .Net framework has built in support for Internationalization
I wish I could give you an easy example, but it is not a “drag and drop” solution. You will need to put a lot of thought into how you design your application for this.