What method to follow in order to accomplish this

theodoros2008

Member
Joined
Jun 16, 2008
Messages
5
Programming Experience
1-3
Good day everyone!
I have a question about which method to follow so i can solve my problem.
I have a Datagridview and a database in MSaccess. So far the code is working:
Load the database,fill the datagridview and update/save. My datagridview have no colums,it is getting the name of the column from the access file.

VB.NET:
Device Name  Device Address    Date         Device Class
------------------------------------------------
Dev 1            123.0.0.1          12/1/2002   Class 1

My problem: I have my application translated in 2 languages,ENG and DE.How can i make the colums translated when the user changes language? I mean the column names are set from the MSaccess file and not by programmaming.
I hope experienced users understand my questions.
Regards
Thiodor
 
Back
Top