M
Merrion
I have an attribute Description applied to the public interface items
of my usercontrol so that the developer knows what each property is
for e.g.:
'------------------------------------------------------------------------
<Description("Sets the spooler pooling interval"> _
Public Property Timeslice As Integer
'...
End Property
'------------------------------------------------------------------------
How do I make it so that the description will appear in French on a
French developer's machine etc.?
Thanks in advance,
Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
of my usercontrol so that the developer knows what each property is
for e.g.:
'------------------------------------------------------------------------
<Description("Sets the spooler pooling interval"> _
Public Property Timeslice As Integer
'...
End Property
'------------------------------------------------------------------------
How do I make it so that the description will appear in French on a
French developer's machine etc.?
Thanks in advance,
Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com