renardanderson
New member
- Joined
- Feb 26, 2023
- Messages
- 2
- Programming Experience
- 1-3
My application program currently only supports English, but I want to add support for several other languages, including Spanish, French, Chinese, and Russian. I want the default language to be English, but the user can change it in the Preference window. In the past, I have used an Excel file with columns for each language and rows for the text strings used in menus, labels, and message boxes in a VB6 application. I am unsure if this approach is still reasonable in a .NET environment. Can anyone provide some ideas or suggestions for implementing multi-language support in my application program?