

By default, Soluling creates satellite assembly files. They do not run alone but must always be deployed with the original assembly file. The satellite assembly files, on the other hand, contain only resources. You deploy the localized assembly file without the original assembly file. You can replace the original assembly with localized assembly without breaking anything. It contains the same code segments as the original. The difference is that the localized assembly file is an identical copy of the original assembly. In addition to creating satellite assembly files, Soluling can also create localized assembly files. The only file you need is the original assembly file. You don't need to have the source code files. There is one output file, the satellite assembly (.resources.dll), for each language. When building, Soluling creates satellite assembly files. Soluling reads the assembly to locate all the resource data it uses. NET project is to add an assembly file into a Soluling project. Assembly file localization methodĪnother way to localize a.

This is the recommened way to localize all. Support for the Visual Studio solution file is to make things easier for you. Your Soluling project will contain the same sources, you can configure them in the same way, and the output files will be the same. The result you will get by using a Visual Studio solution file instead of individual project files is the same. In that case, you don't have to add anything to your Soluling project because Soluling will automatically find the latest items from the solution file and adds them to the project. Suppose you later add new projects to your solution. If you have multiple project files, you can add a Visual Studio solution file (.sln) instead of individual project files. You don't have to manually select all the resource files, but adding one single project file is enough. Soluling reads the project file to locate all the resource files it uses (.resx. NET project is to add a Visual Studio project file (.csproj. Visual Studio project or solution file localization method You can localize Windows Forms applications using the following methods:ġ. After reading this document, we recommend reading a tutorial about how to use Soluling. The end of the document contains links to get the full source code of the samples. The following chapters describe Windows Forms localization step by step. NET Framework 1.0 to the newest version of. Soluling localization tool and service support all Windows Forms application from.

Windows Forms ( Wikipedia) is the classic framework to build GUI applications in. Windows Forms Localization and Internationalization Windows Forms Localization and Internationalization - Soluling
