Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB / MS Access andmultiple language

Status
Not open for further replies.

somanivivek

IS-IT--Management
Nov 20, 2001
15
IN
How can i develop a multilingual application (say stock management ) using VB and MS Access?
 
Look up the topic "resource files" with Visual Basic.
Basically, your forms will call the resource file to fill in the captions of the form (eg "Name:" or "Nombre:"). Fortunately, you'd only have to code the form once, then have the resource file fill in the language-specific verbiage.

But unfortunately, I have no experience with resource files to guide you further.

Now if you're using VBA (meaning the VB within Access), then this topic may not apply. You could do some convoluted programming of storing the captions' verbiage in different languages, within its own table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top