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?
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?