Internationalisation / resource strings in Attributes

Merrion

Well-known member
Joined
Sep 29, 2001
Messages
265
Location
Dublin, Ireland
User Rank
*Experts*
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.:

Code:
<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 developers machine etc.?
 
Back
Top