Resource file for form's label name?

cc96ai

Member
Joined
Mar 8, 2006
Messages
10
Programming Experience
Beginner
is that possible to put all the label name into resource file?
i think it relates to locale issue ?
 
I mean can we put the Label Text into resource file.

for example.
we have label text
Product Id
Product Name,

however, some customer, would like to be
Item Id,
Item name,

Then I have to open the form and find the label to edit
IF i can put those label text in resource,
I just can open the resource file to edit,
and I dont have search all the form
 
why not just save the data to a text file using the streamreader and streamwriter instead of trying to figure out how to access the resource files?

also user's cant enter data into labels, textbox's are there for that
 
Back
Top