Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Develop multilingual windows application C#

I am asking about the common techniques which are used in c# to support multilingual interface in windows forms

like image 729
Ahmed Avatar asked Dec 29 '08 09:12

Ahmed


People also ask

How do you create a multi language application?

Multilanguage support is easy done for android. Create a new values directory for the language with the suffix of the language code. For german: values-de or french: values-fr than copy your string. xml into that and translate each entry.

Can the app be made in multiple languages?

You can provide support for different locales by using the resources directory in your Android project. You can specify resources tailored to the culture of the people who use your app. You can provide any resource type that is appropriate for the language and culture of your users.


1 Answers

Everything I said here:

Internationalizing Desktop App within a couple years... What should we do now?

applies to this question.

like image 191
Vinko Vrsalovic Avatar answered Sep 29 '22 06:09

Vinko Vrsalovic