Click to See Complete Forum and Search --> : Translating VB text strings


fhaldimann
October 18th, 1999, 06:27 AM
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?

Lothar Haensler
October 18th, 1999, 06:37 AM
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.