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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB - Access data in German, Czech, Slovak

Status
Not open for further replies.

william78

Programmer
Feb 27, 2003
1
US
I have a simple app that displays/updates data in a small access database. The data in the table have always been in English. Soon I'll be adding data in German, Czech, Slovak, ETC (many special characters). The data is all entered and updated thru the vb app.

There will only be one language per table.
tables will be either all German or all Czech, no table will have multiple languages.
---


My question is, does vb need anything to recognize the special characters? Will i have to change the keyboard layout to the language needed?


I hope that makes sense.

--Thank you.

 


You shouldn't have any problems (at least with these).

(As long as the user has the country settings set right, and your application handles numbers and dates correctly) [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top