c# - Howto install single language of multilingual winforms application -


I have a winfroms application, which I need to support in many languages. I need to set up the installation setup (default view studio setup) Project) is expected to present the user that he would like to select the language that he wants to install. After this, the application will use this language instead of selecting language based on system language.

Currently, I have some custom resources for standard winfroms localization + messages, this will produce satellite assemblies for me.

What will be the best practice for me to achieve?

Best, Joseph

On the first shot I selected the registry or .config I can save the file.

Then within the program.cs, before launching the application. Run () I will read this information and change the CultureInfo.CurrentCulture in this setting .


Comments