Question Translate a WinForm type application into multilingual

sn_race

Member
Joined
Feb 27, 2022
Messages
11
Programming Experience
5-10
Hello,

I have developed a project in WinForm and I would like to implement multilingual translation as in commercial software.

I tried using the resource file (.resx).
Is it really the best approach to translate all user interfaces and messages?

Wouldn't it be better something like using the Application Database by adding the Languages table, where each column is the object to translate and each record is a language?

Are there more just methods?
 
It all works finally!!!

I just had to include in the Setup project the 2 directories "en" and "ro" that Visual Studio creates, they are located in \bin\debug\
where inside there are the dlls: "Multilingual Setup Project.resources.dll"
 
Excellent! Congratulations!
 
Back
Top Bottom