Is there any tool to translate user's text in VB(from german into french f. example)?
Or is there no other possibility than to include the translated strings in the code itself?
Printable View
Is there any tool to translate user's text in VB(from german into french f. example)?
Or is there no other possibility than to include the translated strings in the code itself?
VB 6 comes with a Resource Editor Add-In that allows you to store different language versions of a text string.
The strings are stored in a RES File that is added to your project.
You can then use the LoadResString function to load a string depending on the current language settings from the Resource.