.NET assembly file
Soluling can localize some .NET assembly files directly at the binary level. It means that you don't need the source code, only the assembly file. If your assembly is not a WPF assembly, you can use the binary localization.
Select the assembly file. Soluling creates a project file for it and scans the resources of the assembly. Translate the project. Finally, let Soluling create satellite assemblies for the main assembly. Now you .NET application is multilingual.
Learn more about .NET assembly file localization.
File extensions: .exe or .dll
Developer's edition needed: Enterprise or Professional.
Uploadable to the cloud: No
This format can't be uploaded to Soluling Cloud directly, because it extracts strings directly from a compiled binary (and whatever it depends on), which needs to run in the same environment where it was built. Use
Soluling Desktop or SoluMake to scan it
into a Soluling project (.ntp), then upload that project to the cloud instead.